Searched refs:checkAndGetValue (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DStatusCode.java119 this.value = checkAndGetValue(value);
134 this.value = checkAndGetValue(value);
137 private String checkAndGetValue(String value) throws SAMLException { method in class:StatusCode
217 xml.append(checkAndGetValue(value));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DStatusCode.java119 this.value = checkAndGetValue(value);
134 this.value = checkAndGetValue(value);
137 private String checkAndGetValue(String value) throws SAMLException { method in class:StatusCode
217 xml.append(checkAndGetValue(value));

Completed in 28 milliseconds