Interface ClientPolicyExecutorProviderFactory
- All Superinterfaces:
ConfiguredProvider
,EnvironmentDependentProviderFactory
,ProviderFactory<ClientPolicyExecutorProvider>
- All Known Implementing Classes:
ClientSecretRotationExecutorFactory
,ConfidentialClientAcceptExecutorFactory
,ConsentRequiredExecutorFactory
,FullScopeDisabledExecutorFactory
,HolderOfKeyEnforcerExecutorFactory
,IntentClientBindCheckExecutorFactory
,PKCEEnforcerExecutorFactory
,RegistrationAccessTokenRotationDisabledExecutorFactory
,RejectImplicitGrantExecutorFactory
,RejectRequestExecutorFactory
,RejectResourceOwnerPasswordCredentialsGrantExecutorFactory
,SecureCibaAuthenticationRequestSigningAlgorithmExecutorFactory
,SecureCibaSessionEnforceExecutorFactory
,SecureCibaSignedAuthenticationRequestExecutorFactory
,SecureClientAuthenticatorExecutorFactory
,SecureClientUrisExecutorFactory
,SecureLogoutExecutorFactory
,SecureParContentsExecutorFactory
,SecureRequestObjectExecutorFactory
,SecureResponseTypeExecutorFactory
,SecureSessionEnforceExecutorFactory
,SecureSigningAlgorithmExecutorFactory
,SecureSigningAlgorithmForSignedJwtExecutorFactory
,SuppressRefreshTokenRotationExecutorFactory
public interface ClientPolicyExecutorProviderFactory
extends ProviderFactory<ClientPolicyExecutorProvider>, ConfiguredProvider, EnvironmentDependentProviderFactory
- Author:
- Takashi Norimatsu
-
Method Summary
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig, getConfigProperties, getHelpText
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
Methods inherited from interface org.keycloak.provider.ProviderFactory
close, create, getConfigMetadata, getId, init, order, postInit
-
Method Details
-
isSupported
default boolean isSupported()- Specified by:
isSupported
in interfaceEnvironmentDependentProviderFactory
- Returns:
true
if the provider is supported and should be available,false
otherwise
-