Uses of Class
org.keycloak.services.managers.AuthenticationManager.AuthResult
Packages that use AuthenticationManager.AuthResult
-
Uses of AuthenticationManager.AuthResult in org.keycloak.protocol.oid4vc.issuance
Methods in org.keycloak.protocol.oid4vc.issuance that return AuthenticationManager.AuthResultMethods in org.keycloak.protocol.oid4vc.issuance with parameters of type AuthenticationManager.AuthResultModifier and TypeMethodDescriptionVCIssuanceContext.setAuthResult
(AuthenticationManager.AuthResult authResult) -
Uses of AuthenticationManager.AuthResult in org.keycloak.services.managers
Methods in org.keycloak.services.managers that return AuthenticationManager.AuthResultModifier 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)