Searched defs:spEntityId (Results 26 - 27 of 27) sorted by relevance

12

/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSAML2Config.java44 * SP. Thus the spEntityId, and spAcsUrl (the url of the SP's assertion consumer service) are specified in this class.
75 private String spEntityId; field in class:SAML2Config.SAML2ConfigBuilder
154 public SAML2ConfigBuilder spEntityId(String spEntityId) { argument
155 this.spEntityId = spEntityId;
302 private final String spEntityId; field in class:SAML2Config
340 this.spEntityId = builder.spEntityId;
347 if (spEntityId
[all...]
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSAML2Config.java44 * SP. Thus the spEntityId, and spAcsUrl (the url of the SP's assertion consumer service) are specified in this class.
86 private String spEntityId; field in class:SAML2Config.SAML2ConfigBuilder
234 * @param spEntityId the SP entity id.
237 public SAML2ConfigBuilder spEntityId(String spEntityId) { argument
238 this.spEntityId = spEntityId;
462 private final String spEntityId; field in class:SAML2Config
500 this.spEntityId = builder.spEntityId;
[all...]

Completed in 23 milliseconds

12