Class SamlProviderProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iam.SamlProviderProps.Jsii$Proxy
All Implemented Interfaces:
SamlProviderProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
SamlProviderProps

@Stability(Stable) @Internal public static final class SamlProviderProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SamlProviderProps
An implementation for SamlProviderProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.SamlProviderProps

    SamlProviderProps.Builder, SamlProviderProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the SamlProviderProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    An XML document generated by an identity provider (IdP) that supports SAML 2.0.
    final String
    The name of the provider to create.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(SamlProviderProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the SamlProviderProps.Builder.
  • Method Details

    • getMetadataDocument

      public final SamlMetadataDocument getMetadataDocument()
      Description copied from interface: SamlProviderProps
      An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
      Specified by:
      getMetadataDocument in interface SamlProviderProps
    • getName

      public final String getName()
      Description copied from interface: SamlProviderProps
      The name of the provider to create.

      This parameter allows a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

      Length must be between 1 and 128 characters.

      Default: - a CloudFormation generated name

      Specified by:
      getName in interface SamlProviderProps
    • $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