public class AclUser extends org.springframework.security.core.userdetails.User implements Serializable
org.springframework.security.userdetails.User
to use authentication and authorization Spring Security infrastructure.Constructor and Description |
---|
AclUser(String username,
String password,
boolean isEnabled,
Collection<? extends org.springframework.security.core.GrantedAuthority> collection,
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, Collection<? extends org.springframework.security.core.GrantedAuthority> collection, Map<String,?> userInfo)
Copyright © 2015. All Rights Reserved.