Uses of Class
org.keycloak.authentication.AuthenticationProcessor.Result
- 
Packages that use AuthenticationProcessor.Result Package Description org.keycloak.authentication 
- 
- 
Uses of AuthenticationProcessor.Result in org.keycloak.authenticationMethods in org.keycloak.authentication that return AuthenticationProcessor.Result Modifier and Type Method Description AuthenticationProcessor.ResultAuthenticationProcessor. createAuthenticatorContext(AuthenticationExecutionModel model, Authenticator authenticator, List<AuthenticationExecutionModel> executions)AuthenticationProcessor.ResultAuthenticationProcessor. createClientAuthenticatorContext(AuthenticationExecutionModel model, ClientAuthenticator clientAuthenticator, List<AuthenticationExecutionModel> executions)Methods in org.keycloak.authentication with parameters of type AuthenticationProcessor.Result Modifier and Type Method Description protected javax.ws.rs.core.ResponseClientAuthenticationFlow. processResult(AuthenticationProcessor.Result result)javax.ws.rs.core.ResponseDefaultAuthenticationFlow. processResult(AuthenticationProcessor.Result result, boolean isAction)javax.ws.rs.core.ResponseClientAuthenticationFlow. sendChallenge(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution)javax.ws.rs.core.ResponseDefaultAuthenticationFlow. sendChallenge(AuthenticationProcessor.Result result, AuthenticationExecutionModel execution)
 
-