Package | Description |
---|---|
org.keycloak.authentication |
Modifier and Type | Method and Description |
---|---|
AuthenticationProcessor.Result |
AuthenticationProcessor.createAuthenticatorContext(AuthenticationExecutionModel model,
Authenticator authenticator,
List<AuthenticationExecutionModel> executions) |
AuthenticationProcessor.Result |
AuthenticationProcessor.createClientAuthenticatorContext(AuthenticationExecutionModel model,
ClientAuthenticator clientAuthenticator,
List<AuthenticationExecutionModel> executions) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
ClientAuthenticationFlow.processResult(AuthenticationProcessor.Result result) |
javax.ws.rs.core.Response |
DefaultAuthenticationFlow.processResult(AuthenticationProcessor.Result result,
boolean isAction) |
javax.ws.rs.core.Response |
DefaultAuthenticationFlow.sendChallenge(AuthenticationProcessor.Result result,
AuthenticationExecutionModel execution) |
javax.ws.rs.core.Response |
ClientAuthenticationFlow.sendChallenge(AuthenticationProcessor.Result result,
AuthenticationExecutionModel execution) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.