Uses of Class
org.keycloak.authentication.AuthenticationProcessor.Result
Packages that use AuthenticationProcessor.Result
-
Uses of AuthenticationProcessor.Result in org.keycloak.authentication
Methods in org.keycloak.authentication that return AuthenticationProcessor.ResultModifier and TypeMethodDescriptionAuthenticationProcessor.createAuthenticatorContext
(AuthenticationExecutionModel model, Authenticator authenticator, List<AuthenticationExecutionModel> executions) AuthenticationProcessor.createClientAuthenticatorContext
(AuthenticationExecutionModel model, ClientAuthenticator clientAuthenticator, List<AuthenticationExecutionModel> executions) Methods in org.keycloak.authentication with parameters of type AuthenticationProcessor.ResultModifier and TypeMethodDescriptionprotected jakarta.ws.rs.core.Response
ClientAuthenticationFlow.processResult
(AuthenticationProcessor.Result result) jakarta.ws.rs.core.Response
DefaultAuthenticationFlow.processResult
(AuthenticationProcessor.Result result, boolean isAction) jakarta.ws.rs.core.Response
ClientAuthenticationFlow.sendChallenge
(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution) jakarta.ws.rs.core.Response
DefaultAuthenticationFlow.sendChallenge
(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution)