Package com.eka.middleware.auth
Class AuthAccount
java.lang.Object
com.eka.middleware.auth.AuthAccount
- All Implemented Interfaces:
- io.undertow.security.idm.Account,- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddProfileAttribute(String name, Object value) getRoles()voidsetProfile(Map<String, Object> profile) 
- 
Field Details- 
STATIC_ADMIN_GROUP- See Also:
 
- 
STATIC_DEVELOPER_GROUP- See Also:
 
- 
STATIC_RND_GROUP- See Also:
 
- 
STATIC_DEFAULT_GROUP- See Also:
 
 
- 
- 
Constructor Details- 
AuthAccount
 
- 
- 
Method Details- 
getUserId
- 
getPrincipal- Specified by:
- getPrincipalin interface- io.undertow.security.idm.Account
 
- 
getRoles- Specified by:
- getRolesin interface- io.undertow.security.idm.Account
 
- 
getAuthProfile
- 
addProfileAttribute
- 
setProfile
 
-