Class AuthenticateJwtOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.AuthenticateJwtOptions.Jsii$Proxy
- All Implemented Interfaces:
AuthenticateJwtOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AuthenticateJwtOptions
@Stability(Stable)
@Internal
public static final class AuthenticateJwtOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AuthenticateJwtOptions
An implementation for
AuthenticateJwtOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.AuthenticateJwtOptions
AuthenticateJwtOptions.Builder, AuthenticateJwtOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AuthenticateJwtOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theAuthenticateJwtOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe issuer of the JWT token.final StringThe JWKS (JSON Web Key Set) endpoint URL.final ListenerActiongetNext()What action to execute next.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAuthenticateJwtOptions.Builder.
-
-
Method Details
-
getIssuer
Description copied from interface:AuthenticateJwtOptionsThe issuer of the JWT token.This must be a full URL, including the HTTPS protocol, the domain, and the path.
Example:
"https://issuer.example.com";
- Specified by:
getIssuerin interfaceAuthenticateJwtOptions
-
getJwksEndpoint
Description copied from interface:AuthenticateJwtOptionsThe JWKS (JSON Web Key Set) endpoint URL.The endpoint must be publicly accessible and return the public keys used to verify JWT signatures.
Example:
"https://issuer.example.com/jwks";
- Specified by:
getJwksEndpointin interfaceAuthenticateJwtOptions
-
getNext
Description copied from interface:AuthenticateJwtOptionsWhat action to execute next.Multiple actions form a linked chain; the chain must always terminate in a (weighted)forward, fixedResponse or redirect action.
- Specified by:
getNextin interfaceAuthenticateJwtOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-