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.AbstractCibaEndpointevent, session
 
- 
 - 
Constructor SummaryConstructors Constructor Description BackchannelAuthenticationEndpoint(KeycloakSession session, EventBuilder event)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidextractAdditionalParams(BackchannelAuthenticationEndpointRequest endpointRequest, CIBAAuthenticationRequest request)javax.ws.rs.core.ResponseprocessGrantRequest()protected voidvalidateBindingMessage(String bindingMessage)- 
Methods inherited from class org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpointauthenticateClient, checkRealm, checkSsl
 
- 
 
- 
- 
- 
Constructor Detail- 
BackchannelAuthenticationEndpointpublic 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()
 - 
extractAdditionalParamsprotected void extractAdditionalParams(BackchannelAuthenticationEndpointRequest endpointRequest, CIBAAuthenticationRequest request) 
 - 
validateBindingMessageprotected void validateBindingMessage(String bindingMessage) 
 
- 
 
-