Class RejectResourceOwnerPasswordCredentialsGrantExecutorFactory
java.lang.Object
org.keycloak.services.clientpolicy.executor.RejectResourceOwnerPasswordCredentialsGrantExecutorFactory
- All Implemented Interfaces:
- ConfiguredProvider,- EnvironmentDependentProviderFactory,- ProviderFactory<ClientPolicyExecutorProvider>,- ClientPolicyExecutorProviderFactory
public class RejectResourceOwnerPasswordCredentialsGrantExecutorFactory
extends Object
implements ClientPolicyExecutorProviderFactory
- Author:
- Takashi Norimatsu
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()This is called when the server shuts down.create(KeycloakSession session) getId()voidinit(Config.Scope config) Only called once when the factory is first created.voidpostInit(KeycloakSessionFactory factory) Called after all provider factories have been initializedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.services.clientpolicy.executor.ClientPolicyExecutorProviderFactoryisSupportedMethods inherited from interface org.keycloak.provider.ConfiguredProvidergetConfigMethods inherited from interface org.keycloak.provider.ProviderFactorydependsOn, getConfigMetadata, order
- 
Field Details- 
PROVIDER_ID- See Also:
 
- 
AUTO_CONFIGURE- See Also:
 
 
- 
- 
Constructor Details- 
RejectResourceOwnerPasswordCredentialsGrantExecutorFactorypublic RejectResourceOwnerPasswordCredentialsGrantExecutorFactory()
 
- 
- 
Method Details- 
create- Specified by:
- createin interface- ProviderFactory<ClientPolicyExecutorProvider>
 
- 
initDescription copied from interface:ProviderFactoryOnly called once when the factory is first created.- Specified by:
- initin interface- ProviderFactory<ClientPolicyExecutorProvider>
 
- 
postInitDescription copied from interface:ProviderFactoryCalled after all provider factories have been initialized- Specified by:
- postInitin interface- ProviderFactory<ClientPolicyExecutorProvider>
 
- 
closepublic void close()Description copied from interface:ProviderFactoryThis is called when the server shuts down.- Specified by:
- closein interface- ProviderFactory<ClientPolicyExecutorProvider>
 
- 
getId- Specified by:
- getIdin interface- ProviderFactory<ClientPolicyExecutorProvider>
 
- 
getHelpText- Specified by:
- getHelpTextin interface- ConfiguredProvider
 
- 
getConfigProperties- Specified by:
- getConfigPropertiesin interface- ConfiguredProvider
 
 
-