Class CibaRootEndpoint
- java.lang.Object
- 
- org.keycloak.protocol.oidc.grants.ciba.endpoints.CibaRootEndpoint
 
- 
- All Implemented Interfaces:
- OIDCExtProvider,- OIDCExtProviderFactory,- EnvironmentDependentProviderFactory,- Provider,- ProviderFactory<OIDCExtProvider>
 
 public class CibaRootEndpoint extends Object implements OIDCExtProvider, OIDCExtProviderFactory, EnvironmentDependentProviderFactory - Author:
- Pedro Igor
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringPROVIDER_ID
 - 
Constructor SummaryConstructors Constructor Description CibaRootEndpoint()CibaRootEndpoint(KeycloakSession session)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BackchannelAuthenticationCallbackEndpointauthenticate()The callback endpoint used by authentication devices to notify Keycloak about the end-user authentication status.BackchannelAuthenticationEndpointauthorize()The backchannel authentication endpoint used by consumption devices to obtain authorization from end-users.voidclose()This is called when the server shuts down.OIDCExtProvidercreate(KeycloakSession session)StringgetId()booleanisSupported()voidsetEvent(EventBuilder event)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactoryisSupported
 - 
Methods inherited from interface org.keycloak.protocol.oidc.ext.OIDCExtProviderFactoryinit, order, postInit
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactorygetConfigMetadata
 
- 
 
- 
- 
- 
Field Detail- 
PROVIDER_IDpublic static final String PROVIDER_ID - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
CibaRootEndpointpublic CibaRootEndpoint() 
 - 
CibaRootEndpointpublic CibaRootEndpoint(KeycloakSession session) 
 
- 
 - 
Method Detail- 
authorize@Path("/auth") public BackchannelAuthenticationEndpoint authorize()The backchannel authentication endpoint used by consumption devices to obtain authorization from end-users.- Returns:
 
 - 
authenticate@Path("/auth/callback") public BackchannelAuthenticationCallbackEndpoint authenticate()The callback endpoint used by authentication devices to notify Keycloak about the end-user authentication status.- Returns:
 
 - 
createpublic OIDCExtProvider create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<OIDCExtProvider>
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<OIDCExtProvider>
 
 - 
setEventpublic void setEvent(EventBuilder event) - Specified by:
- setEventin interface- OIDCExtProvider
 
 - 
closepublic void close() Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
- closein interface- OIDCExtProvider
- Specified by:
- closein interface- OIDCExtProviderFactory
- Specified by:
- closein interface- Provider
- Specified by:
- closein interface- ProviderFactory<OIDCExtProvider>
 
 - 
isSupportedpublic boolean isSupported() - Specified by:
- isSupportedin interface- EnvironmentDependentProviderFactory
- Returns:
- trueif the provider is supported and should be available,- falseotherwise
 
 
- 
 
-