public class ConsentRequiredExecutor extends Object implements ClientPolicyExecutorProvider<ClientPolicyExecutorConfigurationRepresentation>
Constructor and Description |
---|
ConsentRequiredExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
beforeUpdate(ClientModel clientToBeUpdated,
ClientRepresentation proposedClient) |
void |
executeOnEvent(ClientPolicyContext context)
execute actions against the client on the event defined in
ClientPolicyEvent . |
String |
getProviderId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getExecutorConfigurationClass, getName, setupConfiguration
public void executeOnEvent(ClientPolicyContext context) throws ClientPolicyException
ClientPolicyExecutorProvider
ClientPolicyEvent
.executeOnEvent
in interface ClientPolicyExecutorProvider<ClientPolicyExecutorConfigurationRepresentation>
context
- - the context of the event.ClientPolicyException
public String getProviderId()
getProviderId
in interface ClientPolicyExecutorProvider<ClientPolicyExecutorConfigurationRepresentation>
public void beforeUpdate(ClientModel clientToBeUpdated, ClientRepresentation proposedClient) throws ClientPolicyException
ClientPolicyException
Copyright © 2021 JBoss by Red Hat. All rights reserved.