public class AclUser extends org.springframework.security.userdetails.User implements Serializable
User
to use authentication and authorization Spring Security infrastructure.Constructor and Description |
---|
AclUser(String username,
String password,
boolean isEnabled,
org.springframework.security.GrantedAuthority[] authorities,
Map<String,?> userInfo)
Entity that represents an acl application user.
|
Modifier and Type | Method and Description |
---|---|
long |
getId()
The AclUser's unique identifier
|
Map<String,?> |
getUserInfo()
The additional custom informations kept in AclUser
|
public AclUser(String username, String password, boolean isEnabled, org.springframework.security.GrantedAuthority[] authorities, Map<String,?> userInfo)
Copyright © 2015. All Rights Reserved.