public class RepositoryAuthenticatedUser
extends net.sf.acegisecurity.providers.dao.User
| Constructor and Description |
|---|
RepositoryAuthenticatedUser(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
net.sf.acegisecurity.GrantedAuthority[] authorities,
List<String> hashIndicator,
Serializable salt) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHashIndicator() |
Serializable |
getSalt() |
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
IllegalArgumentExceptionpublic Serializable getSalt()
Copyright © 2005–2018 Alfresco Software. All rights reserved.