Package org.acegisecurity.userdetails
Class User
java.lang.Object
org.acegisecurity.userdetails.User
- All Implemented Interfaces:
Serializable
,UserDetails
Deprecated.
- See Also:
-
Constructor Summary
ConstructorDescriptionUser
(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, GrantedAuthority[] authorities) Deprecated.User
(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, GrantedAuthority[] authorities) Deprecated.User
(String username, String password, boolean enabled, GrantedAuthority[] authorities) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.protected void
setAuthorities
(GrantedAuthority[] authorities) Deprecated.toString()
Deprecated.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.acegisecurity.userdetails.UserDetails
toSpring
-
Constructor Details
-
User
Deprecated. -
User
public User(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, GrantedAuthority[] authorities) Deprecated. -
User
public User(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, GrantedAuthority[] authorities) Deprecated.
-
-
Method Details
-
getAuthorities
Deprecated.- Specified by:
getAuthorities
in interfaceUserDetails
-
setAuthorities
Deprecated. -
getPassword
Deprecated.- Specified by:
getPassword
in interfaceUserDetails
-
getUsername
Deprecated.- Specified by:
getUsername
in interfaceUserDetails
-
isAccountNonExpired
public boolean isAccountNonExpired()Deprecated.- Specified by:
isAccountNonExpired
in interfaceUserDetails
-
isAccountNonLocked
public boolean isAccountNonLocked()Deprecated.- Specified by:
isAccountNonLocked
in interfaceUserDetails
-
isCredentialsNonExpired
public boolean isCredentialsNonExpired()Deprecated.- Specified by:
isCredentialsNonExpired
in interfaceUserDetails
-
isEnabled
public boolean isEnabled()Deprecated.- Specified by:
isEnabled
in interfaceUserDetails
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-
User