| Package | Description |
|---|---|
| org.cloudfoundry.uaa.identityzones |
| Modifier and Type | Method and Description |
|---|---|
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.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.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.