Class OAuth2AuthorizationServerMetadata.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.OAuth2AuthorizationServerMetadata.Jsii$Proxy
- All Implemented Interfaces:
OAuth2AuthorizationServerMetadata,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
OAuth2AuthorizationServerMetadata
@Stability(Stable)
@Internal
public static final class OAuth2AuthorizationServerMetadata.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements OAuth2AuthorizationServerMetadata
An implementation for
OAuth2AuthorizationServerMetadata-
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.OAuth2AuthorizationServerMetadata
OAuth2AuthorizationServerMetadata.Builder, OAuth2AuthorizationServerMetadata.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theOAuth2AuthorizationServerMetadata.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theOAuth2AuthorizationServerMetadata.Builder.
-
-
Method Details
-
getAuthorizationEndpoint
Description copied from interface:OAuth2AuthorizationServerMetadataThe authorization endpoint URL.- Specified by:
getAuthorizationEndpointin interfaceOAuth2AuthorizationServerMetadata
-
getIssuer
Description copied from interface:OAuth2AuthorizationServerMetadataThe issuer URL for the OAuth2 authorization server.- Specified by:
getIssuerin interfaceOAuth2AuthorizationServerMetadata
-
getTokenEndpoint
Description copied from interface:OAuth2AuthorizationServerMetadataThe token endpoint URL.- Specified by:
getTokenEndpointin interfaceOAuth2AuthorizationServerMetadata
-
getResponseTypes
Description copied from interface:OAuth2AuthorizationServerMetadataThe supported response types.Default: - not specified
- Specified by:
getResponseTypesin interfaceOAuth2AuthorizationServerMetadata
-
$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()
-