@Generated(value={"Immutables.generator","_SamlConfiguration"}) public final class SamlConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SamlConfiguration.Builder
Builds instances of type
SamlConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static SamlConfiguration.Builder |
builder()
Creates a builder for
SamlConfiguration. |
boolean |
equals(Object another)
This instance is equal to all instances of
SamlConfiguration that have equal attribute values. |
String |
getActiveKeyId()
The active key id
|
Boolean |
getAssertionSigned()
If true, the SAML provider will sign all assertions.
|
Integer |
getAssertionTimeToLive()
The lifetime of a SAML assertion in seconds.
|
String |
getCertificate()
Exposed SAML metadata property.
|
Map<String,Key> |
getKeys() |
String |
getPrivateKey()
Exposed SAML metadata property.
|
String |
getPrivateKeyPassword()
Exposed SAML metadata property.
|
Boolean |
getRequestSigned()
Exposed SAML metadata property.
|
Boolean |
getWantAssertionSigned()
Exposed SAML metadata property.
|
Boolean |
getWantPartnerAuthenticationRequestSigned()
If true, the authentication request from the partner service provider must be signed.
|
int |
hashCode()
Computes a hash code from attributes:
activeKeyId, keys, assertionSigned, assertionTimeToLive, certificate, privateKey, privateKeyPassword, requestSigned, wantAssertionSigned, wantPartnerAuthenticationRequestSigned. |
String |
toString()
Prints the immutable value
SamlConfiguration with attribute values. |
public String getActiveKeyId()
public Boolean getAssertionSigned()
public Integer getAssertionTimeToLive()
public String getCertificate()
public String getPrivateKey()
public String getPrivateKeyPassword()
public Boolean getRequestSigned()
public Boolean getWantAssertionSigned()
public Boolean getWantPartnerAuthenticationRequestSigned()
public boolean equals(Object another)
SamlConfiguration that have equal attribute values.public int hashCode()
activeKeyId, keys, assertionSigned, assertionTimeToLive, certificate, privateKey, privateKeyPassword, requestSigned, wantAssertionSigned, wantPartnerAuthenticationRequestSigned.public String toString()
SamlConfiguration with attribute values.public static SamlConfiguration.Builder builder()
SamlConfiguration.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.