Class RejectResourceOwnerPasswordCredentialsGrantExecutor
java.lang.Object
org.keycloak.services.clientpolicy.executor.RejectResourceOwnerPasswordCredentialsGrantExecutor
- All Implemented Interfaces:
Provider,ClientPolicyExecutorProvider<RejectResourceOwnerPasswordCredentialsGrantExecutor.Configuration>
public class RejectResourceOwnerPasswordCredentialsGrantExecutor
extends Object
implements ClientPolicyExecutorProvider<RejectResourceOwnerPasswordCredentialsGrantExecutor.Configuration>
- Author:
- Takashi Norimatsu
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.services.clientpolicy.executor.ClientPolicyExecutorProvider
close, getName
-
Constructor Details
-
RejectResourceOwnerPasswordCredentialsGrantExecutor
-
-
Method Details
-
setupConfiguration
public void setupConfiguration(RejectResourceOwnerPasswordCredentialsGrantExecutor.Configuration config) - Specified by:
setupConfigurationin interfaceClientPolicyExecutorProvider<RejectResourceOwnerPasswordCredentialsGrantExecutor.Configuration>
-
getExecutorConfigurationClass
public Class<RejectResourceOwnerPasswordCredentialsGrantExecutor.Configuration> getExecutorConfigurationClass() -
getProviderId
- Specified by:
getProviderIdin interfaceClientPolicyExecutorProvider<RejectResourceOwnerPasswordCredentialsGrantExecutor.Configuration>
-
executeOnEvent
- Specified by:
executeOnEventin interfaceClientPolicyExecutorProvider<RejectResourceOwnerPasswordCredentialsGrantExecutor.Configuration>- Throws:
ClientPolicyException
-