Interface ClientReqSession.User
- Enclosing class:
 - ClientReqSession
 
public static interface ClientReqSession.User
- 
Method Details
- 
getUserName
 - 
getRoles
com.google.common.collect.ImmutableCollection<String> getRoles() - 
getSecurityZones
com.google.common.collect.ImmutableCollection<String> getSecurityZones() - 
getSecurityLevels
com.google.common.collect.ImmutableCollection<SecurityLevelConfig> getSecurityLevels() - 
getUser
Optional<AuthenticatedUser> getUser() - 
getPath
QualifiedPath getPath() 
 -