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
ModifierConstructorDescriptionprotected
Jsii$Proxy
(SamlProviderProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSamlProviderProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final SamlMetadataDocument
An XML document generated by an identity provider (IdP) that supports SAML 2.0.final String
getName()
The name of the provider to create.final int
hashCode()
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 theSamlProviderProps.Builder
.
-
-
Method Details
-
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 interfaceSamlProviderProps
-
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 interfaceSamlProviderProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-