Class AbstractCibaEndpoint
- java.lang.Object
-
- org.keycloak.protocol.oidc.grants.ciba.endpoints.AbstractCibaEndpoint
-
- Direct Known Subclasses:
BackchannelAuthenticationCallbackEndpoint
,BackchannelAuthenticationEndpoint
public abstract class AbstractCibaEndpoint extends Object
- Author:
- Pedro Igor
-
-
Field Summary
Fields Modifier and Type Field Description protected EventBuilder
event
protected RealmModel
realm
protected KeycloakSession
session
-
Constructor Summary
Constructors Constructor Description AbstractCibaEndpoint(KeycloakSession session, EventBuilder event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClientModel
authenticateClient()
protected void
checkRealm()
protected void
checkSsl()
-
-
-
Field Detail
-
session
protected final KeycloakSession session
-
event
protected final EventBuilder event
-
realm
protected final RealmModel realm
-
-
Constructor Detail
-
AbstractCibaEndpoint
public AbstractCibaEndpoint(KeycloakSession session, EventBuilder event)
-
-
Method Detail
-
authenticateClient
protected ClientModel authenticateClient()
-
checkSsl
protected void checkSsl()
-
checkRealm
protected void checkRealm()
-
-