@Stability(value=Stable) @Internal public static final class CfnListenerRule.AuthenticateOidcConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerRule.AuthenticateOidcConfigProperty
CfnListenerRule.AuthenticateOidcConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnListenerRule.AuthenticateOidcConfigProperty.Builder, CfnListenerRule.AuthenticateOidcConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnListenerRule.AuthenticateOidcConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnListenerRule.ActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAuthenticationRequestExtraParams()
The query parameters (up to 10) to include in the redirect request to the authorization endpoint.
|
String |
getAuthorizationEndpoint()
The authorization endpoint of the IdP.
|
String |
getClientId()
The OAuth 2.0 client identifier.
|
String |
getClientSecret()
The OAuth 2.0 client secret.
|
String |
getIssuer()
The OIDC issuer identifier of the IdP.
|
String |
getOnUnauthenticatedRequest()
The behavior if the user is not authenticated.
|
String |
getScope()
The set of user claims to be requested from the IdP.
|
String |
getSessionCookieName()
The name of the cookie used to maintain session information.
|
Number |
getSessionTimeout()
The maximum duration of the authentication session, in seconds.
|
String |
getTokenEndpoint()
The token endpoint of the IdP.
|
Object |
getUseExistingClientSecret()
Indicates whether to use the existing client secret when modifying a rule.
|
String |
getUserInfoEndpoint()
The user info endpoint of the IdP.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnListenerRule.AuthenticateOidcConfigProperty.Builder builder)
CfnListenerRule.ActionProperty.Builder.public final String getAuthorizationEndpoint()
CfnListenerRule.AuthenticateOidcConfigPropertyThis must be a full URL, including the HTTPS protocol, the domain, and the path.
getAuthorizationEndpoint in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final String getClientId()
CfnListenerRule.AuthenticateOidcConfigPropertygetClientId in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final String getIssuer()
CfnListenerRule.AuthenticateOidcConfigPropertyThis must be a full URL, including the HTTPS protocol, the domain, and the path.
getIssuer in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final String getTokenEndpoint()
CfnListenerRule.AuthenticateOidcConfigPropertyThis must be a full URL, including the HTTPS protocol, the domain, and the path.
getTokenEndpoint in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final String getUserInfoEndpoint()
CfnListenerRule.AuthenticateOidcConfigPropertyThis must be a full URL, including the HTTPS protocol, the domain, and the path.
getUserInfoEndpoint in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final Object getAuthenticationRequestExtraParams()
CfnListenerRule.AuthenticateOidcConfigPropertygetAuthenticationRequestExtraParams in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final String getClientSecret()
CfnListenerRule.AuthenticateOidcConfigPropertygetClientSecret in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final String getOnUnauthenticatedRequest()
CfnListenerRule.AuthenticateOidcConfigProperty
getOnUnauthenticatedRequest in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final String getScope()
CfnListenerRule.AuthenticateOidcConfigPropertyTo verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.
getScope in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final String getSessionCookieName()
CfnListenerRule.AuthenticateOidcConfigPropertyThe default is AWSELBAuthSessionCookie.
getSessionCookieName in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final Number getSessionTimeout()
CfnListenerRule.AuthenticateOidcConfigPropertyThe default is 604800 seconds (7 days).
getSessionTimeout in interface CfnListenerRule.AuthenticateOidcConfigPropertypublic final Object getUseExistingClientSecret()
CfnListenerRule.AuthenticateOidcConfigPropertyIf you are creating a rule, you can omit this parameter or set it to false.
getUseExistingClientSecret in interface CfnListenerRule.AuthenticateOidcConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.