Searched refs:buildSAML2Config (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam/openam-samples/sts-example-code/
H A DRestSTSInstanceConfigFactory.java132 saml2Config = buildSAML2Config(stsPublishContext, attributeMapping);
223 private SAML2Config buildSAML2Config(STSPublishContext publishContext, Map<String, String> attributeMapping) throws IOException { method in class:RestSTSInstanceConfigFactory
H A DSoapSTSInstanceConfigFactory.java147 saml2Config = buildSAML2Config(publishContext, attributeMapping);
234 private SAML2Config buildSAML2Config(STSPublishContext publishContext, Map<String, String> attributeMapping) throws IOException { method in class:SoapSTSInstanceConfigFactory
/forgerock/openam-v13/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSInstanceConfigTest.java380 saml2Config = buildSAML2Config(attributeMap);
432 saml2Config = buildSAML2Config(Collections.<String, String>emptyMap());
449 private SAML2Config buildSAML2Config(Map<String, String> attributeMap) { method in class:SoapSTSInstanceConfigTest
/forgerock/openam/openam-sts/openam-client-sts/src/test/java/org/forgerock/openam/sts/soap/config/user/
H A DSoapSTSInstanceConfigTest.java380 saml2Config = buildSAML2Config(attributeMap);
432 saml2Config = buildSAML2Config(Collections.<String, String>emptyMap());
449 private SAML2Config buildSAML2Config(Map<String, String> attributeMap) { method in class:SoapSTSInstanceConfigTest

Completed in 37 milliseconds