Searched defs:SAML2Config (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSAML2Config.java55 public class SAML2Config { class
63 SAML2Config). Just define the value here.
249 public SAML2Config build() {
250 return new SAML2Config(this);
287 would involve a schema migration step. This can be avoided by encapsulating this same attribute in the SAML2Config
317 private SAML2Config(SAML2ConfigBuilder builder) { method in class:SAML2Config
489 sb.append("SAML2Config instance:").append('\n');
518 if (other instanceof SAML2Config) {
519 SAML2Config otherConfig = (SAML2Config)othe
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSAML2Config.java50 public class SAML2Config { class
64 * Builder used to programmatically create {@linkplain SAML2Config} objects
74 SAML2Config). Just define the value here.
235 * @return the SAML2Config builder with the specified SP entity id.
246 * @return the SAML2Config builder with the specified SP ACS url.
257 * @return the SAML2Config builder with the specified signature key alias.
268 * @return the SAML2Config builder with the specified signature key password.
279 * @return the SAML2Config builder with the specified encryption key alias.
287 * Sets whether the SAML2Config assertion should be signed.
298 * Sets whether the SAML2Config nam
477 private SAML2Config(SAML2ConfigBuilder builder) { method in class:SAML2Config
[all...]

Completed in 31 milliseconds