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.UserA user authenticated by the Alfresco repository using RepositoryAuthenticationDao- Author:
- Gethin James
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryAuthenticatedUser(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, net.sf.acegisecurity.GrantedAuthority[] authorities, List<String> hashIndicator, Serializable salt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getHashIndicator()SerializablegetSalt()
-
-
-
Constructor Detail
-
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 Detail
-
getSalt
public Serializable getSalt()
-
-