public class SecureResponseTypeExecutor extends Object implements ClientPolicyExecutorProvider<SecureResponseTypeExecutor.Configuration>
| Modifier and Type | Class and Description |
|---|---|
static class |
SecureResponseTypeExecutor.Configuration |
| 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) |
Class<SecureResponseTypeExecutor.Configuration> |
getExecutorConfigurationClass() |
String |
getProviderId() |
void |
setupConfiguration(SecureResponseTypeExecutor.Configuration config) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getNameprotected final KeycloakSession session
public SecureResponseTypeExecutor(KeycloakSession session)
public void setupConfiguration(SecureResponseTypeExecutor.Configuration config)
setupConfiguration in interface ClientPolicyExecutorProvider<SecureResponseTypeExecutor.Configuration>public Class<SecureResponseTypeExecutor.Configuration> getExecutorConfigurationClass()
getExecutorConfigurationClass in interface ClientPolicyExecutorProvider<SecureResponseTypeExecutor.Configuration>public String getProviderId()
getProviderId in interface ClientPolicyExecutorProvider<SecureResponseTypeExecutor.Configuration>public void executeOnEvent(ClientPolicyContext context) throws ClientPolicyException
executeOnEvent in interface ClientPolicyExecutorProvider<SecureResponseTypeExecutor.Configuration>ClientPolicyExceptionpublic void executeOnAuthorizationRequest(OIDCResponseType parsedResponseType, AuthorizationEndpointRequest request, String redirectUri) throws ClientPolicyException
ClientPolicyExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.