public class SecureResponseTypeExecutor extends Object implements ClientPolicyExecutorProvider<ClientPolicyExecutorConfiguration>
| Modifier and Type | Field and Description |
|---|---|
protected KeycloakSession |
session |
| Constructor and Description |
|---|
SecureResponseTypeExecutor(KeycloakSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeOnAuthorizationRequest(OIDCResponseType parsedResponseType,
AuthorizationEndpointRequest request,
String redirectUri) |
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, waitclose, getExecutorConfigurationClass, getName, setupConfigurationprotected final KeycloakSession session
public SecureResponseTypeExecutor(KeycloakSession session)
public String getProviderId()
getProviderId in interface ClientPolicyExecutorProvider<ClientPolicyExecutorConfiguration>public void executeOnEvent(ClientPolicyContext context) throws ClientPolicyException
ClientPolicyExecutorProviderClientPolicyEvent.executeOnEvent in interface ClientPolicyExecutorProvider<ClientPolicyExecutorConfiguration>context - - the context of the event.ClientPolicyExceptionpublic void executeOnAuthorizationRequest(OIDCResponseType parsedResponseType, AuthorizationEndpointRequest request, String redirectUri) throws ClientPolicyException
ClientPolicyExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.