@Generated(value="org.immutables.processor.ProxyProcessor") public final class Prompts extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Prompts.Builder
Builds instances of type
Prompts. |
| Modifier and Type | Method and Description |
|---|---|
static Prompts.Builder |
builder()
Creates a builder for
Prompts. |
boolean |
equals(Object another)
This instance is equal to all instances of
Prompts that have equal attribute values. |
List<String> |
getPasscode()
If a SAML identity provider is configured, this prompt contains a URL to where the user can initiate the SAML authentication flow
|
List<String> |
getPassword()
Information about the password prompt
|
List<String> |
getUsername()
Information about the username prompt
|
int |
hashCode()
Computes a hash code from attributes:
passcode, password, username. |
String |
toString()
Prints the immutable value
Prompts with attribute values. |
public List<String> getPasscode()
public boolean equals(Object another)
Prompts that have equal attribute values.public int hashCode()
passcode, password, username.public String toString()
Prompts with attribute values.public static Prompts.Builder builder()
Prompts.
Prompts.builder()
.passcode(List<String> | null) // nullable passcode
.password(List<String> | null) // nullable password
.username(List<String> | null) // nullable username
.build();
Copyright © 2020. All rights reserved.