Interface ClientReqSession.User
- 
- Enclosing class:
- ClientReqSession
 
 public static interface ClientReqSession.User
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description QualifiedPathgetPath()com.google.common.collect.ImmutableCollection<java.lang.String>getRoles()com.google.common.collect.ImmutableCollection<SecurityLevelConfig>getSecurityLevels()com.google.common.collect.ImmutableCollection<java.lang.String>getSecurityZones()java.util.Optional<AuthenticatedUser>getUser()default java.lang.StringgetUserName()
 
- 
- 
- 
Method Detail- 
getUserNamedefault java.lang.String getUserName() 
 - 
getRolescom.google.common.collect.ImmutableCollection<java.lang.String> getRoles() 
 - 
getSecurityZonescom.google.common.collect.ImmutableCollection<java.lang.String> getSecurityZones() 
 - 
getSecurityLevelscom.google.common.collect.ImmutableCollection<SecurityLevelConfig> getSecurityLevels() 
 - 
getUserjava.util.Optional<AuthenticatedUser> getUser() 
 - 
getPathQualifiedPath getPath() 
 
- 
 
-