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
  • 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

      protected Jsii$Proxy(AuthenticateJwtOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the AuthenticateJwtOptions.Builder.
  • Method Details

    • getIssuer

      public final String getIssuer()
      Description copied from interface: AuthenticateJwtOptions
      The 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:
      getIssuer in interface AuthenticateJwtOptions
    • getJwksEndpoint

      public final String getJwksEndpoint()
      Description copied from interface: AuthenticateJwtOptions
      The 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:
      getJwksEndpoint in interface AuthenticateJwtOptions
    • getNext

      public final ListenerAction getNext()
      Description copied from interface: AuthenticateJwtOptions
      What 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:
      getNext in interface AuthenticateJwtOptions
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object