@Generated(value={"Immutables.generator","_IdentityZoneConfiguration"}) public final class IdentityZoneConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityZoneConfiguration.Builder
Builds instances of type
IdentityZoneConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static IdentityZoneConfiguration.Builder |
builder()
Creates a builder for
IdentityZoneConfiguration. |
boolean |
equals(Object another)
This instance is equal to all instances of
IdentityZoneConfiguration that have equal attribute values. |
Boolean |
getAccountChooserEnabled()
This flag is required to enable account choosing functionality for IDP discovery page.
|
Branding |
getBranding()
The branding
|
ClientLockoutPolicy |
getClientLockoutPolicy()
The client lockout policy
|
CorsPolicy |
getCorsPolicy()
The CORS policy
|
Boolean |
getLdapDiscoveryEnabled()
IDP Discovery should be set to true if you have configured more than one identity provider for UAA.
|
Links |
getLinks()
Array The links
|
List<Prompt> |
getPrompts()
The prompts
|
SamlConfiguration |
getSamlConfiguration()
The saml configuration
|
TokenPolicy |
getTokenPolicy()
The token policy
|
int |
hashCode()
Computes a hash code from attributes:
accountChooserEnabled, branding, clientLockoutPolicy, corsPolicy, ldapDiscoveryEnabled, links, prompts, samlConfiguration, tokenPolicy. |
String |
toString()
Prints the immutable value
IdentityZoneConfiguration with attribute values. |
public Boolean getAccountChooserEnabled()
public Branding getBranding()
public ClientLockoutPolicy getClientLockoutPolicy()
public CorsPolicy getCorsPolicy()
public Boolean getLdapDiscoveryEnabled()
public Links getLinks()
public SamlConfiguration getSamlConfiguration()
public TokenPolicy getTokenPolicy()
public boolean equals(Object another)
IdentityZoneConfiguration that have equal attribute values.public int hashCode()
accountChooserEnabled, branding, clientLockoutPolicy, corsPolicy, ldapDiscoveryEnabled, links, prompts, samlConfiguration, tokenPolicy.public String toString()
IdentityZoneConfiguration with attribute values.public static IdentityZoneConfiguration.Builder builder()
IdentityZoneConfiguration.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.