Class RuntimeUser
java.lang.Object
ru.cg.webbpm.modules.security.api.runtime.RuntimeUser
- All Implemented Interfaces:
Serializable
- Author:
- Tim Urmancheev
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthorities
(Collection<String> authorities) boolean
emailConfirmed
(boolean emailConfirmed) boolean
fullName()
groups()
groups
(Collection<String> groups) int
hashCode()
lastName()
boolean
locked()
locked
(boolean locked) middleName
(String middleName) orgUnitCode
(String orgUnitCode) orgUnitName
(String orgUnitName) roles()
roles
(Collection<String> roles) source()
source
(UserSourceType source) userAccountId
(String userAccountId) username()
-
Constructor Details
-
RuntimeUser
public RuntimeUser()
-
-
Method Details
-
userAccountId
-
userAccountId
-
fullName
-
fullName
-
firstName
-
firstName
-
middleName
-
middleName
-
lastName
-
lastName
-
locked
public boolean locked() -
locked
-
emailConfirmed
public boolean emailConfirmed() -
emailConfirmed
-
orgUnitId
-
orgUnitId
-
orgUnitName
-
orgUnitName
-
orgUnitCode
-
orgUnitCode
-
groups
-
groups
-
roles
-
roles
-
authorities
-
authorities
-
source
-
source
-
username
-
username
-
equals
-
hashCode
public int hashCode()
-