@Stability(value=Experimental) @Internal public static final class UserPoolResourceServerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements UserPoolResourceServerProps
UserPoolResourceServerPropssoftware.amazon.jsii.JsiiObject.InitializationModeUserPoolResourceServerProps.Builder, UserPoolResourceServerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IUserPool userPool,
String identifier,
List<? extends ResourceServerScope> scopes,
String userPoolResourceServerName)
Constructor that initializes the object based on literal property values passed by the
UserPoolResourceServerProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getIdentifier()
(experimental) A unique resource server identifier for the resource server.
|
List<ResourceServerScope> |
getScopes()
(experimental) Oauth scopes.
|
IUserPool |
getUserPool()
(experimental) The user pool to add this resource server to.
|
String |
getUserPoolResourceServerName()
(experimental) A friendly name for the resource server.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IUserPool userPool, String identifier, List<? extends ResourceServerScope> scopes, String userPoolResourceServerName)
UserPoolResourceServerProps.Builder.public final IUserPool getUserPool()
UserPoolResourceServerPropsgetUserPool in interface UserPoolResourceServerPropspublic final String getIdentifier()
UserPoolResourceServerOptionsgetIdentifier in interface UserPoolResourceServerOptionspublic final List<ResourceServerScope> getScopes()
UserPoolResourceServerOptionsDefault: - No scopes will be added
getScopes in interface UserPoolResourceServerOptionspublic final String getUserPoolResourceServerName()
UserPoolResourceServerOptionsDefault: - same as `identifier`
getUserPoolResourceServerName in interface UserPoolResourceServerOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.