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 SummaryFields Modifier and Type Field Description protected EventBuildereventprotected RealmModelrealmprotected KeycloakSessionsession
 - 
Constructor SummaryConstructors Constructor Description AbstractCibaEndpoint(KeycloakSession session, EventBuilder event)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClientModelauthenticateClient()protected voidcheckRealm()protected voidcheckSsl()
 
- 
- 
- 
Field Detail- 
sessionprotected final KeycloakSession session 
 - 
eventprotected final EventBuilder event 
 - 
realmprotected final RealmModel realm 
 
- 
 - 
Constructor Detail- 
AbstractCibaEndpointpublic AbstractCibaEndpoint(KeycloakSession session, EventBuilder event) 
 
- 
 - 
Method Detail- 
authenticateClientprotected ClientModel authenticateClient() 
 - 
checkSslprotected void checkSsl() 
 - 
checkRealmprotected void checkRealm() 
 
- 
 
-