Class ParRootEndpoint
java.lang.Object
org.keycloak.protocol.oidc.par.endpoints.ParRootEndpoint
- All Implemented Interfaces:
OIDCExtProvider
,OIDCExtProviderFactory
,EnvironmentDependentProviderFactory
,Provider
,ProviderFactory<OIDCExtProvider>
public class ParRootEndpoint
extends Object
implements OIDCExtProvider, OIDCExtProviderFactory, EnvironmentDependentProviderFactory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
This is called when the server shuts down.create
(KeycloakSession session) getId()
boolean
request()
void
setEvent
(EventBuilder event) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
Methods inherited from interface org.keycloak.protocol.oidc.ext.OIDCExtProviderFactory
init, order, postInit
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
ParRootEndpoint
public ParRootEndpoint() -
ParRootEndpoint
-
-
Method Details
-
request
-
create
- Specified by:
create
in interfaceProviderFactory<OIDCExtProvider>
-
getId
- Specified by:
getId
in interfaceProviderFactory<OIDCExtProvider>
-
isSupported
public boolean isSupported()- Specified by:
isSupported
in interfaceEnvironmentDependentProviderFactory
- Returns:
true
if the provider is supported and should be available,false
otherwise
-
setEvent
- Specified by:
setEvent
in interfaceOIDCExtProvider
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceOIDCExtProvider
- Specified by:
close
in interfaceOIDCExtProviderFactory
- Specified by:
close
in interfaceProvider
- Specified by:
close
in interfaceProviderFactory<OIDCExtProvider>
-