public interface User
extends java.io.Serializable
限定符和类型 | 方法和说明 |
---|---|
Authority[] |
getAuthorities()
Returns the authorities granted to the user.
|
java.lang.String |
getPassword()
Returns the password used to authenticate the user.
|
java.lang.String |
getUsername()
Returns the username used to authenticate the user.
|
Authority[] getAuthorities()
null
.null
)java.lang.String getPassword()
null
.null
)java.lang.String getUsername()
null
.null
)