@Generated(value="org.immutables.processor.ProxyProcessor") 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.
|
Boolean |
getDisableInResponseToCheck()
If true, this zone will not validate the InResponseToField part of an incoming IDP assertion.
|
String |
getEntityId()
Unique ID of the SAML2 entity.
|
Map<String,Key> |
getKeys()
The keys
|
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, assertionSigned, assertionTimeToLive, certificate, disableInResponseToCheck, entityId, keys, 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 Boolean getDisableInResponseToCheck()
public String getEntityId()
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, assertionSigned, assertionTimeToLive, certificate, disableInResponseToCheck, entityId, keys, privateKey, privateKeyPassword, requestSigned, wantAssertionSigned, wantPartnerAuthenticationRequestSigned.public String toString()
SamlConfiguration with attribute values.public static SamlConfiguration.Builder builder()
SamlConfiguration.
SamlConfiguration.builder()
.activeKeyId(String | null) // nullable activeKeyId
.assertionSigned(Boolean | null) // nullable assertionSigned
.assertionTimeToLive(Integer | null) // nullable assertionTimeToLive
.certificate(String | null) // nullable certificate
.disableInResponseToCheck(Boolean | null) // nullable disableInResponseToCheck
.entityId(String | null) // nullable entityId
.keys(Map<String, Key> | null) // nullable keys
.privateKey(String | null) // nullable privateKey
.privateKeyPassword(String | null) // nullable privateKeyPassword
.requestSigned(Boolean | null) // nullable requestSigned
.wantAssertionSigned(Boolean | null) // nullable wantAssertionSigned
.wantPartnerAuthenticationRequestSigned(Boolean | null) // nullable wantPartnerAuthenticationRequestSigned
.build();
Copyright © 2020. All rights reserved.