@Generated(value="org.immutables.processor.ProxyProcessor") public final class Key extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Key.Builder
Builds instances of type
Key. |
| Modifier and Type | Method and Description |
|---|---|
static Key.Builder |
builder()
Creates a builder for
Key. |
boolean |
equals(Object another)
This instance is equal to all instances of
Key that have equal attribute values. |
String |
getCertificate()
The certificate
|
String |
getKey()
The SAML provider's private key
|
String |
getPassphrase()
The SAML provider's private key password
|
int |
hashCode()
Computes a hash code from attributes:
certificate, key, passphrase. |
String |
toString()
Prints the immutable value
Key with attribute values. |
public String getCertificate()
public String getKey()
public String getPassphrase()
public boolean equals(Object another)
Key that have equal attribute values.public int hashCode()
certificate, key, passphrase.public String toString()
Key with attribute values.public static Key.Builder builder()
Key.
Key.builder()
.certificate(String | null) // nullable certificate
.key(String | null) // nullable key
.passphrase(String | null) // nullable passphrase
.build();
Copyright © 2020. All rights reserved.