@Generated(value={"Immutables.generator","_IdentityZoneConfiguration"}) public final class IdentityZoneConfiguration extends Object
_IdentityZoneConfiguration.
Use the builder to create immutable instances:
IdentityZoneConfiguration.builder().
| 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 |
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:
ldapDiscoveryEnabled, links, prompts, samlConfiguration, tokenPolicy. |
String |
toString()
Prints the immutable value
IdentityZoneConfiguration with attribute values. |
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()
ldapDiscoveryEnabled, links, prompts, samlConfiguration, tokenPolicy.public String toString()
IdentityZoneConfiguration with attribute values.public static IdentityZoneConfiguration.Builder builder()
IdentityZoneConfiguration.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.