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.AbstractCibaEndpoint
event, realm, session
-
-
Constructor Summary
Constructors Constructor Description BackchannelAuthenticationCallbackEndpoint(KeycloakSession session, EventBuilder event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
processAuthenticationChannelResult(AuthenticationChannelResponse response)
protected void
sendClientNotificationRequest(ClientModel client, CibaConfig cibaConfig, OAuth2DeviceCodeModel deviceModel)
-
Methods inherited from class org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
authenticateClient, checkRealm, checkSsl
-
-
-
-
Constructor Detail
-
BackchannelAuthenticationCallbackEndpoint
public 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)
-
sendClientNotificationRequest
protected void sendClientNotificationRequest(ClientModel client, CibaConfig cibaConfig, OAuth2DeviceCodeModel deviceModel)
-
-