Class RepositoryAuthenticatedUser
java.lang.Object
net.sf.acegisecurity.providers.dao.User
org.alfresco.repo.security.authentication.RepositoryAuthenticatedUser
- All Implemented Interfaces:
Serializable,net.sf.acegisecurity.UserDetails
public class RepositoryAuthenticatedUser
extends net.sf.acegisecurity.providers.dao.User
A user authenticated by the Alfresco repository using RepositoryAuthenticationDao
- Author:
- Gethin James
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryAuthenticatedUser(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, net.sf.acegisecurity.GrantedAuthority[] authorities, List<String> hashIndicator, Serializable salt) -
Method Summary
Methods inherited from class net.sf.acegisecurity.providers.dao.User
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString
-
Constructor Details
-
RepositoryAuthenticatedUser
public RepositoryAuthenticatedUser(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, net.sf.acegisecurity.GrantedAuthority[] authorities, List<String> hashIndicator, Serializable salt) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
-
Method Details
-
getSalt
-
getHashIndicator
-