Class RepositoryAuthenticatedUser
- java.lang.Object
-
- net.sf.acegisecurity.providers.dao.User
-
- org.alfresco.repo.security.authentication.RepositoryAuthenticatedUser
-
- All Implemented Interfaces:
java.io.Serializable,net.sf.acegisecurity.UserDetails
public class RepositoryAuthenticatedUser extends net.sf.acegisecurity.providers.dao.UserA user authenticated by the Alfresco repository using RepositoryAuthenticationDao- Author:
- Gethin James
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryAuthenticatedUser(java.lang.String username, java.lang.String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, net.sf.acegisecurity.GrantedAuthority[] authorities, java.util.List<java.lang.String> hashIndicator, java.io.Serializable salt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getHashIndicator()java.io.SerializablegetSalt()
-
-
-
Constructor Detail
-
RepositoryAuthenticatedUser
public RepositoryAuthenticatedUser(java.lang.String username, java.lang.String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, net.sf.acegisecurity.GrantedAuthority[] authorities, java.util.List<java.lang.String> hashIndicator, java.io.Serializable salt) throws java.lang.IllegalArgumentException- Throws:
java.lang.IllegalArgumentException
-
-