AuthFlow.Builder, AuthFlow.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Boolean |
getAdminUserPassword()
Enable admin based user password authentication flow.
|
java.lang.Boolean |
getCustom()
Enable custom authentication flow.
|
java.lang.Boolean |
getUserPassword()
Enable auth using username & password.
|
java.lang.Boolean |
getUserSrp()
Enable SRP based authentication.
|
int |
hashCode() |
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getAdminUserPassword()
AuthFlow
Default: false
getAdminUserPassword
in interface AuthFlow
public final java.lang.Boolean getCustom()
AuthFlow
Default: false
public final java.lang.Boolean getUserPassword()
AuthFlow
Default: false
getUserPassword
in interface AuthFlow
public final java.lang.Boolean getUserSrp()
AuthFlow
Default: false
getUserSrp
in interface AuthFlow
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()