Class IncludedOauth2TenantEndpoints.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.IncludedOauth2TenantEndpoints.Jsii$Proxy
- All Implemented Interfaces:
IncludedOauth2TenantEndpoints,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IncludedOauth2TenantEndpoints
@Stability(Stable)
@Internal
public static final class IncludedOauth2TenantEndpoints.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IncludedOauth2TenantEndpoints
An implementation for
IncludedOauth2TenantEndpoints-
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.bedrockagentcore.IncludedOauth2TenantEndpoints
IncludedOauth2TenantEndpoints.Builder, IncludedOauth2TenantEndpoints.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theIncludedOauth2TenantEndpoints.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 StringOAuth2 authorization endpoint for your tenant.final StringToken issuer URL for your tenant (often the IdP base or issuer URI).final StringOAuth2 token endpoint for your tenant.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 theIncludedOauth2TenantEndpoints.Builder.
-
-
Method Details
-
getAuthorizationEndpoint
Description copied from interface:IncludedOauth2TenantEndpointsOAuth2 authorization endpoint for your tenant.Default: - not specified; use when your IdP requires an explicit endpoint
- Specified by:
getAuthorizationEndpointin interfaceIncludedOauth2TenantEndpoints
-
getIssuer
Description copied from interface:IncludedOauth2TenantEndpointsToken issuer URL for your tenant (often the IdP base or issuer URI).Default: - not specified; use when your IdP requires an explicit issuer
- Specified by:
getIssuerin interfaceIncludedOauth2TenantEndpoints
-
getTokenEndpoint
Description copied from interface:IncludedOauth2TenantEndpointsOAuth2 token endpoint for your tenant.Default: - not specified; use when your IdP requires an explicit endpoint
- Specified by:
getTokenEndpointin interfaceIncludedOauth2TenantEndpoints
-
$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()
-