Class CibaRootEndpoint
java.lang.Object
org.keycloak.protocol.oidc.grants.ciba.endpoints.CibaRootEndpoint
- All Implemented Interfaces:
OIDCExtProvider,OIDCExtProviderFactory,org.keycloak.provider.EnvironmentDependentProviderFactory,org.keycloak.provider.Provider,org.keycloak.provider.ProviderFactory<OIDCExtProvider>
public class CibaRootEndpoint
extends Object
implements OIDCExtProvider, OIDCExtProviderFactory, org.keycloak.provider.EnvironmentDependentProviderFactory
- Author:
- Pedro Igor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe callback endpoint used by authentication devices to notify Keycloak about the end-user authentication status.The backchannel authentication endpoint used by consumption devices to obtain authorization from end-users.voidclose()create(org.keycloak.models.KeycloakSession session) getId()booleanisSupported(org.keycloak.Config.Scope config) voidsetEvent(org.keycloak.events.EventBuilder event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.protocol.oidc.ext.OIDCExtProviderFactory
init, order, postInitMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
CibaRootEndpoint
public CibaRootEndpoint() -
CibaRootEndpoint
public CibaRootEndpoint(org.keycloak.models.KeycloakSession session)
-
-
Method Details
-
authorize
The backchannel authentication endpoint used by consumption devices to obtain authorization from end-users.- Returns:
-
authenticate
The callback endpoint used by authentication devices to notify Keycloak about the end-user authentication status.- Returns:
-
create
- Specified by:
createin interfaceorg.keycloak.provider.ProviderFactory<OIDCExtProvider>
-
getId
- Specified by:
getIdin interfaceorg.keycloak.provider.ProviderFactory<OIDCExtProvider>
-
setEvent
public void setEvent(org.keycloak.events.EventBuilder event) - Specified by:
setEventin interfaceOIDCExtProvider
-
close
public void close()- Specified by:
closein interfaceOIDCExtProvider- Specified by:
closein interfaceOIDCExtProviderFactory- Specified by:
closein interfaceorg.keycloak.provider.Provider- Specified by:
closein interfaceorg.keycloak.provider.ProviderFactory<OIDCExtProvider>
-
isSupported
public boolean isSupported(org.keycloak.Config.Scope config) - Specified by:
isSupportedin interfaceorg.keycloak.provider.EnvironmentDependentProviderFactory
-