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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DStatusCode.java69 * Returns the <code>minorCodeValue</code> of this object
71 * @return the <code>minorCodeValue</code> of this object
76 * Sets the <code>minorCodeValue</code> of this object
80 public void setMinorCodeValue(String minorCodeValue) throws XACMLException; argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DStatusCode.java69 * Returns the <code>minorCodeValue</code> of this object
71 * @return the <code>minorCodeValue</code> of this object
76 * Sets the <code>minorCodeValue</code> of this object
80 public void setMinorCodeValue(String minorCodeValue) throws XACMLException; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DStatusCodeImpl.java67 String minorCodeValue = null; field in class:StatusCodeImpl
144 * Returns the <code>minorCodeValue</code> of this object
146 * @return the <code>minorCodeValue</code> of this object
149 return minorCodeValue;
153 * Sets the <code>minorCodeValue</code> of this object
157 public void setMinorCodeValue(String minorCodeValue) argument
173 this.minorCodeValue = minorCodeValue;
216 if (minorCodeValue != null) {
223 .append(XACMLSDKUtils.quote(minorCodeValue))
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DStatusCodeImpl.java67 String minorCodeValue = null; field in class:StatusCodeImpl
144 * Returns the <code>minorCodeValue</code> of this object
146 * @return the <code>minorCodeValue</code> of this object
149 return minorCodeValue;
153 * Sets the <code>minorCodeValue</code> of this object
157 public void setMinorCodeValue(String minorCodeValue) argument
173 this.minorCodeValue = minorCodeValue;
216 if (minorCodeValue != null) {
223 .append(XACMLSDKUtils.quote(minorCodeValue))
[all...]

Completed in 39 milliseconds