Class BackchannelAuthenticationCallbackEndpoint
- java.lang.Object
- 
- org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
- 
- org.keycloak.protocol.oidc.grants.ciba.endpoints.BackchannelAuthenticationCallbackEndpoint
 
 
- 
 public class BackchannelAuthenticationCallbackEndpoint extends AbstractCibaEndpoint 
- 
- 
Field Summary- 
Fields inherited from class org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpointevent, realm, session
 
- 
 - 
Constructor SummaryConstructors Constructor Description BackchannelAuthenticationCallbackEndpoint(KeycloakSession session, EventBuilder event)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponseprocessAuthenticationChannelResult(AuthenticationChannelResponse response)protected voidsendClientNotificationRequest(ClientModel client, CibaConfig cibaConfig, OAuth2DeviceCodeModel deviceModel)- 
Methods inherited from class org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpointauthenticateClient, checkRealm, checkSsl
 
- 
 
- 
- 
- 
Constructor Detail- 
BackchannelAuthenticationCallbackEndpointpublic BackchannelAuthenticationCallbackEndpoint(KeycloakSession session, EventBuilder event) 
 
- 
 - 
Method Detail- 
processAuthenticationChannelResult@Path("/") @POST @Consumes("application/json") @Produces("application/json") public javax.ws.rs.core.Response processAuthenticationChannelResult(AuthenticationChannelResponse response)
 - 
sendClientNotificationRequestprotected void sendClientNotificationRequest(ClientModel client, CibaConfig cibaConfig, OAuth2DeviceCodeModel deviceModel) 
 
- 
 
-