@Generated(value={"Immutables.generator","_IdentityProvider"}) public final class IdentityProvider extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityProvider.Builder
Builds instances of type
IdentityProvider. |
| Modifier and Type | Method and Description |
|---|---|
static IdentityProvider.Builder |
builder()
Creates a builder for
IdentityProvider. |
boolean |
equals(Object another)
This instance is equal to all instances of
IdentityProvider that have equal attribute values. |
Boolean |
getActive()
Whether the identity provider is active
|
IdentityProviderConfiguration |
getConfiguration()
The configuration of this identity provider
|
Long |
getCreatedAt()
The creation date of the identity provider
|
String |
getId()
The id
|
String |
getIdentityZoneId()
Set to the zone that this provider will be active in.
|
Long |
getLastModified()
The last modification date of the identity provider
|
String |
getName()
Human-readable name for this provider
|
String |
getOriginKey()
A unique alias for the provider
|
Type |
getType()
The type of identity provider
|
Integer |
getVersion()
Version of the identity provider data.
|
int |
hashCode()
Computes a hash code from attributes:
active, configuration, createdAt, id, identityZoneId, lastModified, name, originKey, type, version. |
String |
toString()
Prints the immutable value
IdentityProvider with attribute values. |
public Boolean getActive()
public IdentityProviderConfiguration getConfiguration()
public Long getCreatedAt()
public String getId()
public String getIdentityZoneId()
public Long getLastModified()
public String getName()
public String getOriginKey()
public Type getType()
public Integer getVersion()
public boolean equals(Object another)
IdentityProvider that have equal attribute values.public int hashCode()
active, configuration, createdAt, id, identityZoneId, lastModified, name, originKey, type, version.public String toString()
IdentityProvider with attribute values.public static IdentityProvider.Builder builder()
IdentityProvider.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.