Class SecureResponseTypeExecutor.Configuration
- java.lang.Object
-
- org.keycloak.representations.idm.ClientPolicyExecutorConfigurationRepresentation
-
- org.keycloak.services.clientpolicy.executor.SecureResponseTypeExecutor.Configuration
-
- Enclosing class:
- SecureResponseTypeExecutor
public static class SecureResponseTypeExecutor.Configuration extends org.keycloak.representations.idm.ClientPolicyExecutorConfigurationRepresentation
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanallowTokenResponseTypeprotected BooleanautoConfigure
-
Constructor Summary
Constructors Constructor Description Configuration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisAllowTokenResponseType()BooleanisAutoConfigure()voidsetAllowTokenResponseType(Boolean allowTokenResponseType)voidsetAutoConfigure(Boolean autoConfigure)
-