Interface ClientReqSession.User
- Enclosing class:
- ClientReqSession
public static interface ClientReqSession.User
- 
Method Details- 
getUserName
- 
getRolescom.google.common.collect.ImmutableCollection<String> getRoles()
- 
getSecurityZonescom.google.common.collect.ImmutableCollection<String> getSecurityZones()
- 
getSecurityLevelscom.google.common.collect.ImmutableCollection<SecurityLevelConfig> getSecurityLevels()
- 
getUserOptional<AuthenticatedUser> getUser()
- 
getPathQualifiedPath getPath()
 
-