Class BackchannelAuthenticationEndpoint
- java.lang.Object
-
- org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
-
- org.keycloak.protocol.oidc.grants.ciba.endpoints.BackchannelAuthenticationEndpoint
-
public class BackchannelAuthenticationEndpoint extends AbstractCibaEndpoint
-
-
Field Summary
-
Fields inherited from class org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
event, session
-
-
Constructor Summary
Constructors Constructor Description BackchannelAuthenticationEndpoint(KeycloakSession session, EventBuilder event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
extractAdditionalParams(BackchannelAuthenticationEndpointRequest endpointRequest, CIBAAuthenticationRequest request)
javax.ws.rs.core.Response
processGrantRequest()
protected void
validateBindingMessage(String bindingMessage)
-
Methods inherited from class org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
authenticateClient, checkRealm, checkSsl
-
-
-
-
Constructor Detail
-
BackchannelAuthenticationEndpoint
public BackchannelAuthenticationEndpoint(KeycloakSession session, EventBuilder event)
-
-
Method Detail
-
processGrantRequest
@POST @Consumes("application/x-www-form-urlencoded") @Produces("application/json") public javax.ws.rs.core.Response processGrantRequest()
-
extractAdditionalParams
protected void extractAdditionalParams(BackchannelAuthenticationEndpointRequest endpointRequest, CIBAAuthenticationRequest request)
-
validateBindingMessage
protected void validateBindingMessage(String bindingMessage)
-
-