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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addProfileAttribute
(String name, Object value) getRoles()
void
setProfile
(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:
getPrincipal
in interfaceio.undertow.security.idm.Account
-
getRoles
- Specified by:
getRoles
in interfaceio.undertow.security.idm.Account
-
getAuthProfile
-
addProfileAttribute
-
setProfile
-