Class SamlSecureClientUrisExecutor
java.lang.Object
org.keycloak.services.clientpolicy.executor.SamlSecureClientUrisExecutor
- All Implemented Interfaces:
Provider
,ClientPolicyExecutorProvider<SamlSecureClientUrisExecutor.Configuration>
public class SamlSecureClientUrisExecutor
extends Object
implements ClientPolicyExecutorProvider<SamlSecureClientUrisExecutor.Configuration>
- Author:
- rmartinc
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeOnEvent
(ClientPolicyContext context) execute actions against the client on the event defined inClientPolicyEvent
.void
setup this executor's configuration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.services.clientpolicy.executor.ClientPolicyExecutorProvider
close, getName
-
Constructor Details
-
SamlSecureClientUrisExecutor
-
-
Method Details
-
getExecutorConfigurationClass
- Specified by:
getExecutorConfigurationClass
in interfaceClientPolicyExecutorProvider<SamlSecureClientUrisExecutor.Configuration>
- Returns:
- Class, which should match the "config" argument of the
ClientPolicyExecutorProvider.setupConfiguration(ClientPolicyExecutorConfigurationRepresentation)
-
setupConfiguration
Description copied from interface:ClientPolicyExecutorProvider
setup this executor's configuration.- Specified by:
setupConfiguration
in interfaceClientPolicyExecutorProvider<SamlSecureClientUrisExecutor.Configuration>
-
getProviderId
- Specified by:
getProviderId
in interfaceClientPolicyExecutorProvider<SamlSecureClientUrisExecutor.Configuration>
-
executeOnEvent
Description copied from interface:ClientPolicyExecutorProvider
execute actions against the client on the event defined inClientPolicyEvent
.- Specified by:
executeOnEvent
in interfaceClientPolicyExecutorProvider<SamlSecureClientUrisExecutor.Configuration>
- Parameters:
context
- - the context of the event.- Throws:
ClientPolicyException
-