Package org.acegisecurity.userdetails
Interface UserDetails
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
User
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserDetails
fromSpring
(org.springframework.security.core.userdetails.UserDetails ud) Deprecated.static Object
fromSpringPrincipal
(Object springPrincipal) Deprecated.Deprecated.Deprecated.Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.default org.springframework.security.core.userdetails.UserDetails
toSpring()
Deprecated.static Object
toSpringPrincipal
(Object acegiPrincipal) Deprecated.
-
Method Details
-
getAuthorities
GrantedAuthority[] getAuthorities()Deprecated. -
getPassword
String getPassword()Deprecated. -
getUsername
String getUsername()Deprecated. -
isAccountNonExpired
boolean isAccountNonExpired()Deprecated. -
isAccountNonLocked
boolean isAccountNonLocked()Deprecated. -
isCredentialsNonExpired
boolean isCredentialsNonExpired()Deprecated. -
isEnabled
boolean isEnabled()Deprecated. -
toSpring
@NonNull default org.springframework.security.core.userdetails.UserDetails toSpring()Deprecated. -
fromSpring
@NonNull static UserDetails fromSpring(@NonNull org.springframework.security.core.userdetails.UserDetails ud) Deprecated. -
toSpringPrincipal
Deprecated. -
fromSpringPrincipal
Deprecated.
-
UserDetails
instead