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 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(KeycloakSession session) getId()booleanvoidsetEvent(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.provider.EnvironmentDependentProviderFactory
isSupportedMethods inherited from interface org.keycloak.protocol.oidc.ext.OIDCExtProviderFactory
init, order, postInitMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
CibaRootEndpoint
public CibaRootEndpoint() -
CibaRootEndpoint
-
-
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 interfaceProviderFactory<OIDCExtProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<OIDCExtProvider>
-
setEvent
- Specified by:
setEventin interfaceOIDCExtProvider
-
close
public void close()- Specified by:
closein interfaceOIDCExtProvider- Specified by:
closein interfaceOIDCExtProviderFactory- Specified by:
closein interfaceProvider- Specified by:
closein interfaceProviderFactory<OIDCExtProvider>
-
isSupported
public boolean isSupported()- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory
-