Searched defs:SAML2_CONFIG (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 DSTSInstanceConfig.java44 protected static final String SAML2_CONFIG = "saml2-config"; field in class:STSInstanceConfig
138 jsonValue.add(SAML2_CONFIG, saml2Config.toJson());
149 final JsonValue samlConfig = json.get(SAML2_CONFIG);
169 attributes.remove(SAML2_CONFIG);
187 jsonAttributes.put(SAML2_CONFIG, saml2Config.toJson());
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/config/user/
H A DSTSInstanceConfig.java44 protected static final String SAML2_CONFIG = "saml2-config"; field in class:STSInstanceConfig
138 jsonValue.add(SAML2_CONFIG, saml2Config.toJson());
149 final JsonValue samlConfig = json.get(SAML2_CONFIG);
169 attributes.remove(SAML2_CONFIG);
187 jsonAttributes.put(SAML2_CONFIG, saml2Config.toJson());

Completed in 20 milliseconds