Searched defs:statusCodeValue (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DXACMLAuthzDecisionQueryHandler.java142 String statusCodeValue = null;
174 statusCodeValue = XACMLConstants.STATUS_CODE_MISSING_ATTRIBUTE;
209 statusCodeValue
231 statusCodeValue = XACMLConstants.STATUS_CODE_MISSING_ATTRIBUTE;
243 statusCodeValue = XACMLConstants.STATUS_CODE_MISSING_ATTRIBUTE;
290 if (statusCodeValue == null) {
291 statusCodeValue = XACMLConstants.STATUS_CODE_PROCESSING_ERROR;
293 code.setValue(statusCodeValue);
365 XACMLAuthzDecisionStatement statement, String statusCodeValue)
376 samlStatusCode.setValue(statusCodeValue);
364 createSamlpResponse( XACMLAuthzDecisionStatement statement, String statusCodeValue) argument
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/xacml/plugins/
H A DXACMLAuthzDecisionQueryHandler.java141 String statusCodeValue = null;
173 statusCodeValue = XACMLConstants.STATUS_CODE_MISSING_ATTRIBUTE;
208 statusCodeValue
230 statusCodeValue = XACMLConstants.STATUS_CODE_MISSING_ATTRIBUTE;
242 statusCodeValue = XACMLConstants.STATUS_CODE_MISSING_ATTRIBUTE;
289 if (statusCodeValue == null) {
290 statusCodeValue = XACMLConstants.STATUS_CODE_PROCESSING_ERROR;
292 code.setValue(statusCodeValue);
364 XACMLAuthzDecisionStatement statement, String statusCodeValue)
375 samlStatusCode.setValue(statusCodeValue);
363 createSamlpResponse( XACMLAuthzDecisionStatement statement, String statusCodeValue) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusCodeImpl.java52 private String statusCodeValue = null; field in class:StatusCodeImpl
121 return statusCodeValue;
133 this.statusCodeValue = value;
167 if ((statusCodeValue != null) && (statusCodeValue.length() != 0)) {
182 .append(statusCodeValue)
226 statusCodeValue = element.getAttribute(SAML2Constants.VALUE);
227 validateStatusCodeValue(statusCodeValue);
245 void validateStatusCodeValue(String statusCodeValue) throws SAML2Exception { argument
246 if ((statusCodeValue
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusCodeImpl.java52 private String statusCodeValue = null; field in class:StatusCodeImpl
121 return statusCodeValue;
133 this.statusCodeValue = value;
167 if ((statusCodeValue != null) && (statusCodeValue.length() != 0)) {
182 .append(statusCodeValue)
226 statusCodeValue = element.getAttribute(SAML2Constants.VALUE);
227 validateStatusCodeValue(statusCodeValue);
245 void validateStatusCodeValue(String statusCodeValue) throws SAML2Exception { argument
246 if ((statusCodeValue
[all...]

Completed in 63 milliseconds