public interface SimpleAuthService
| Modifier and Type | Method and Description |
|---|---|
org.keycloak.adapters.OidcKeycloakAccount |
findAccount()
Retrieve the Keycloak account associated with the current web request if any.
|
org.keycloak.adapters.OidcKeycloakAccount |
getAccount()
Return the Keycloak account associated with the current request.
|
@Nullable org.keycloak.adapters.OidcKeycloakAccount findAccount()
@Nonnull
org.keycloak.adapters.OidcKeycloakAccount getAccount()
throws MissingKeycloakAccountException
MissingKeycloakAccountException