public class ConfidentialClientAcceptExecutor extends Object implements ClientPolicyExecutorProvider<ClientPolicyExecutorConfigurationRepresentation>
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
session |
Constructor and Description |
---|
ConfidentialClientAcceptExecutor(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
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
protected final KeycloakSession session
public ConfidentialClientAcceptExecutor(KeycloakSession session)
public String getProviderId()
getProviderId
in interface ClientPolicyExecutorProvider<ClientPolicyExecutorConfigurationRepresentation>
public void executeOnEvent(ClientPolicyContext context) throws ClientPolicyException
ClientPolicyExecutorProvider
ClientPolicyEvent
.executeOnEvent
in interface ClientPolicyExecutorProvider<ClientPolicyExecutorConfigurationRepresentation>
context
- - the context of the event.ClientPolicyException
Copyright © 2021 JBoss by Red Hat. All rights reserved.