public class InternalSystemUserDetails extends UserDetails
Constructor and Description |
---|
InternalSystemUserDetails()
Construct the
User with the details required by
org.acegisecurity.providers.dao.DaoAuthenticationProvider . |
Modifier and Type | Method and Description |
---|---|
String |
getUserAlias()
The alias of the user
|
Long |
getUserId()
The user id of the user
|
Locale |
getUserLocale() |
setUserLocale
public InternalSystemUserDetails()
User
with the details required by
org.acegisecurity.providers.dao.DaoAuthenticationProvider
.public String getUserAlias()
getUserAlias
in class UserDetails
public Long getUserId()
getUserId
in class UserDetails
public Locale getUserLocale()
getUserLocale
in class UserDetails
Copyright © 2019 Communote team. All rights reserved.