public interface WebAuthSessionContext
WebAuthUser and the Security Levels granted
in the WebAuthSession| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableCollection<SecurityLevelPath> |
getSecurityLevelGrants() |
java.util.Optional<WebAuthUser> |
getUser() |
@Nonnull java.util.Optional<WebAuthUser> getUser()
Optional containing the WebAuthUser if the user has authenticated from a federated
IdP or an empty Optional if the user has not yet successfully authenticated@Nonnull com.google.common.collect.ImmutableCollection<SecurityLevelPath> getSecurityLevelGrants()
ImmutableCollection of the user's current Security Level Grants