Package org.keycloak.protocol.openshift
Class OpenShiftTokenReviewEndpointFactory
- java.lang.Object
-
- org.keycloak.protocol.openshift.OpenShiftTokenReviewEndpointFactory
-
- All Implemented Interfaces:
OIDCExtProviderFactory,EnvironmentDependentProviderFactory,ProviderFactory<OIDCExtProvider>
public class OpenShiftTokenReviewEndpointFactory extends Object implements OIDCExtProviderFactory, EnvironmentDependentProviderFactory
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description OpenShiftTokenReviewEndpointFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OIDCExtProvidercreate(KeycloakSession session)StringgetId()booleanisSupported()-
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
close, init, order, postInit
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata
-
-
-
-
Method Detail
-
create
public OIDCExtProvider create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<OIDCExtProvider>
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<OIDCExtProvider>
-
isSupported
public boolean isSupported()
- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Returns:
trueif the provider is supported and should be available,falseotherwise
-
-