Interface ClientPolicyExecutorProviderFactory
- 
- All Superinterfaces:
- ConfiguredProvider,- EnvironmentDependentProviderFactory,- ProviderFactory<ClientPolicyExecutorProvider>
 - All Known Implementing Classes:
- ClientSecretRotationExecutorFactory,- ConfidentialClientAcceptExecutorFactory,- ConsentRequiredExecutorFactory,- FullScopeDisabledExecutorFactory,- HolderOfKeyEnforcerExecutorFactory,- IntentClientBindCheckExecutorFactory,- PKCEEnforcerExecutorFactory,- RegistrationAccessTokenRotationDisabledExecutorFactory,- RejectRequestExecutorFactory,- RejectResourceOwnerPasswordCredentialsGrantExecutorFactory,- SecureCibaAuthenticationRequestSigningAlgorithmExecutorFactory,- SecureCibaSessionEnforceExecutorFactory,- SecureCibaSignedAuthenticationRequestExecutorFactory,- SecureClientAuthenticatorExecutorFactory,- SecureClientUrisExecutorFactory,- SecureLogoutExecutorFactory,- SecureRequestObjectExecutorFactory,- SecureResponseTypeExecutorFactory,- SecureSessionEnforceExecutorFactory,- SecureSigningAlgorithmExecutorFactory,- SecureSigningAlgorithmForSignedJwtExecutorFactory,- SuppressRefreshTokenRotationExecutorFactory
 
 public interface ClientPolicyExecutorProviderFactory extends ProviderFactory<ClientPolicyExecutorProvider>, ConfiguredProvider, EnvironmentDependentProviderFactory - Author:
- Takashi Norimatsu
 
- 
- 
Method SummaryAll Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisSupported()- 
Methods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfig, getConfigProperties, getHelpText
 - 
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactoryisSupported
 - 
Methods inherited from interface org.keycloak.provider.ProviderFactoryclose, create, getConfigMetadata, getId, init, order, postInit
 
- 
 
- 
- 
- 
Method Detail- 
isSupporteddefault boolean isSupported() - Specified by:
- isSupportedin interface- EnvironmentDependentProviderFactory
- Returns:
- trueif the provider is supported and should be available,- falseotherwise
 
 
- 
 
-