@ApplicationScoped @Typed(value=SimpleAuthService.class) public class SimplAuthServiceImpl extends java.lang.Object implements SimpleAuthService
| Constructor and Description |
|---|
SimplAuthServiceImpl() |
| 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 public org.keycloak.adapters.OidcKeycloakAccount findAccount()
SimpleAuthServicefindAccount in interface SimpleAuthService@Nonnull public org.keycloak.adapters.OidcKeycloakAccount getAccount()
SimpleAuthServicegetAccount in interface SimpleAuthService