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 SummaryFields Modifier and Type Field Description static StringPROVIDER_ID
 - 
Constructor SummaryConstructors Constructor Description ParRootEndpoint()ParRootEndpoint(KeycloakSession session)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()This is called when the server shuts down.OIDCExtProvidercreate(KeycloakSession session)StringgetId()booleanisSupported()ParEndpointrequest()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- 
ParRootEndpointpublic ParRootEndpoint() 
 - 
ParRootEndpointpublic ParRootEndpoint(KeycloakSession session) 
 
- 
 - 
Method Detail- 
request@Path("/request") public ParEndpoint request()
 - 
createpublic OIDCExtProvider create(KeycloakSession session) - Specified by:
- createin interface- ProviderFactory<OIDCExtProvider>
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- ProviderFactory<OIDCExtProvider>
 
 - 
isSupportedpublic boolean isSupported() - Specified by:
- isSupportedin interface- EnvironmentDependentProviderFactory
- Returns:
- trueif the provider is supported and should be available,- falseotherwise
 
 - 
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>
 
 
- 
 
-