| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityzones |
| Modifier and Type | Method and Description |
|---|---|
SamlConfiguration.Builder |
SamlConfiguration.Builder.activeKeyId(String activeKeyId)
Initializes the value for the
activeKeyId attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.assertionSigned(Boolean assertionSigned)
Initializes the value for the
assertionSigned attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.assertionTimeToLive(Integer assertionTimeToLive)
Initializes the value for the
assertionTimeToLive attribute. |
static SamlConfiguration.Builder |
SamlConfiguration.builder()
Creates a builder for
SamlConfiguration. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.certificate(String certificate)
Initializes the value for the
certificate attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.from(SamlConfiguration instance)
Fill a builder with attribute values from the provided
SamlConfiguration instance. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.key(Map.Entry<String,? extends Key> entry)
Put one entry to the
keys map. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.key(String key,
Key value)
Put one entry to the
keys map. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.keys(Map<String,? extends Key> keys)
Sets or replaces all mappings from the specified map as entries for the
keys map. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.privateKey(String privateKey)
Initializes the value for the
privateKey attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.privateKeyPassword(String privateKeyPassword)
Initializes the value for the
privateKeyPassword attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.putAllKeys(Map<String,? extends Key> keys)
Put all mappings from the specified map as entries to
keys map. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.requestSigned(Boolean requestSigned)
Initializes the value for the
requestSigned attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.wantAssertionSigned(Boolean wantAssertionSigned)
Initializes the value for the
wantAssertionSigned attribute. |
SamlConfiguration.Builder |
SamlConfiguration.Builder.wantPartnerAuthenticationRequestSigned(Boolean wantPartnerAuthenticationRequestSigned)
Initializes the value for the
wantPartnerAuthenticationRequestSigned attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.