Uses of Class
org.keycloak.services.managers.AuthenticationManager.AuthResult
-
Uses of AuthenticationManager.AuthResult in org.keycloak.protocol.oid4vc.issuance
Modifier and TypeMethodDescriptionVCIssuanceContext.setAuthResult
(AuthenticationManager.AuthResult authResult) -
Uses of AuthenticationManager.AuthResult in org.keycloak.services.managers
Modifier and TypeMethodDescriptionAppAuthManager.BearerTokenAuthenticator.authenticate()
AppAuthManager.authenticateIdentityCookie
(KeycloakSession session, RealmModel realm) AuthenticationManager.authenticateIdentityCookie
(KeycloakSession session, RealmModel realm) AuthenticationManager.authenticateIdentityCookie
(KeycloakSession session, RealmModel realm, boolean checkActive) AuthenticationManager.verifyIdentityToken
(KeycloakSession session, RealmModel realm, jakarta.ws.rs.core.UriInfo uriInfo, ClientConnection connection, boolean checkActive, boolean checkTokenType, String checkAudience, boolean isCookie, String tokenString, jakarta.ws.rs.core.HttpHeaders headers, TokenVerifier.Predicate<? super AccessToken>... additionalChecks)