Searched defs:statusCode (Results 26 - 50 of 85) sorted by relevance

1234

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DStatus.java56 private StatusCode statusCode = null; field in class:Status
94 if (statusCode != null) {
102 statusCode = new StatusCode((Element) child);
142 if (statusCode == null) {
167 statusCode = code;
190 statusCode = code;
198 return statusCode;
251 append(">\n").append(statusCode.toString(includeNS, false));
H A DStatusCode.java66 * @param statusCode An DOM Element that's rooted by
70 public StatusCode(Element statusCode) throws SAMLException { argument
71 if (statusCode == null) {
76 String tagName = statusCode.getLocalName();
82 value = statusCode.getAttribute("Value");
90 (Element) statusCode,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/
H A DStatus.java67 public void setStatusCode(StatusCode statusCode) throws XACMLException; argument
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/response/
H A DSimpleHttpClientResponse.java28 private Integer statusCode; field in class:SimpleHttpClientResponse
37 * @param statusCode The three digit integer that corresponds to the HTTP status code.
43 public SimpleHttpClientResponse(Integer statusCode, String reasonPhrase, Map<String, String> headers, argument
45 this.statusCode = statusCode;
56 return statusCode;
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/
H A DHttpURLConnectionWrapper.java33 * depending upon whether the statusCode was expected.
36 private int statusCode; field in class:HttpURLConnectionWrapper.ConnectionResult
39 ConnectionResult(int statusCode, String result) { argument
40 this.statusCode = statusCode;
45 return statusCode;
85 * @return The ConnectionResult encapsulating the returned statusCode and the input or error stream contents.
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DHTTPRequestInfo.java123 * @return the statusCode
146 * @param statusCode
149 void log(int statusCode); argument
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DHTTPRequestInfo.java122 * @return the statusCode
145 * @param statusCode
148 void log(int statusCode); argument
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DHTTPRequestInfo.java123 * @return the statusCode
146 * @param statusCode
149 void log(int statusCode); argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DHTTPRequestInfo.java123 * @return the statusCode
146 * @param statusCode
149 void log(int statusCode); argument
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DHTTPRequestInfo.java122 * @return the statusCode
145 * @param statusCode
148 void log(int statusCode); argument
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DAgentLogParser.java86 private final String statusCode; field in class:AgentLogParser.LogExtracts
88 private LogExtracts(String resourceUrl, String subjectId, String statusCode) { argument
91 this.statusCode = statusCode;
103 return statusCode;
107 if (isEmpty(statusCode)) {
111 // statusCode can be "allowed"
112 if (statusCode.length() == 7) {
117 if (statusCode.length() == 6) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DHTTPRequestInfo.java122 * @return the statusCode
152 * @param statusCode
155 void log(int statusCode); argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusCodeImpl.java51 private StatusCode statusCode = null; field in class:StatusCodeImpl
89 * Returns the value of the statusCode property.
91 * @return the value of the statusCode property
95 return statusCode;
99 * Sets the value of the statusCode property.
101 * @param value the value of the statusCode property to be set
107 this.statusCode = value;
187 if (statusCode != null) {
189 .append(statusCode.toXMLString(includeNSPrefix,declareNS));
207 if ((statusCode !
[all...]
H A DStatusImpl.java53 private StatusCode statusCode = null; field in class:StatusImpl
92 * Returns the value of the statusCode property.
94 * @return the value of the statusCode property
98 return statusCode;
102 * Sets the value of the statusCode property.
104 * @param value the value of the statusCode property to be set
112 this.statusCode = value;
198 if (statusCode != null) {
211 .append(statusCode.toXMLString(includeNSPrefix,declareNS));
241 if ((statusCode !
283 validateStatusCode(StatusCode statusCode) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DStatusImpl.java69 private StatusCode statusCode; field in class:StatusImpl
121 return statusCode;
129 public void setStatusCode(StatusCode statusCode) throws XACMLException { argument
135 if (statusCode == null) {
139 this.statusCode = statusCode;
220 if (statusCode != null) {
221 sb.append(statusCode.toXMLString(includeNSPrefix, false));
249 if (statusCode != null) {
250 statusCode
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DOAuth2RestletException.java34 private final int statusCode; field in class:OAuth2RestletException
44 * @param statusCode The status code.
49 public OAuth2RestletException(int statusCode, String error, String description, String state) { argument
50 this(statusCode, error, description, null, state);
57 * @param statusCode The status code.
63 public OAuth2RestletException(int statusCode, String error, String description, String redirectUri, String state) { argument
64 this(statusCode, error, description, redirectUri, state, UrlLocation.QUERY);
70 * @param statusCode The status code.
76 public OAuth2RestletException(int statusCode, String error, String description, String redirectUri, String state, argument
79 this.statusCode
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DOAuth2RestletException.java34 private final int statusCode; field in class:OAuth2RestletException
44 * @param statusCode The status code.
49 public OAuth2RestletException(int statusCode, String error, String description, String state) { argument
50 this(statusCode, error, description, null, state);
57 * @param statusCode The status code.
63 public OAuth2RestletException(int statusCode, String error, String description, String redirectUri, String state) { argument
64 this(statusCode, error, description, redirectUri, state, UrlLocation.QUERY);
70 * @param statusCode The status code.
76 public OAuth2RestletException(int statusCode, String error, String description, String redirectUri, String state, argument
79 this.statusCode
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/service/
H A DAgentLogParser.java86 private final String statusCode; field in class:AgentLogParser.LogExtracts
88 private LogExtracts(String resourceUrl, String subjectId, String statusCode) { argument
91 this.statusCode = statusCode;
103 return statusCode;
107 if (isEmpty(statusCode)) {
111 // statusCode can be "allowed"
112 if (statusCode.length() == 7) {
117 if (statusCode.length() == 6) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DStatusCodeImpl.java51 private StatusCode statusCode = null; field in class:StatusCodeImpl
89 * Returns the value of the statusCode property.
91 * @return the value of the statusCode property
95 return statusCode;
99 * Sets the value of the statusCode property.
101 * @param value the value of the statusCode property to be set
107 this.statusCode = value;
187 if (statusCode != null) {
189 .append(statusCode.toXMLString(includeNSPrefix,declareNS));
207 if ((statusCode !
[all...]
H A DStatusImpl.java53 private StatusCode statusCode = null; field in class:StatusImpl
92 * Returns the value of the statusCode property.
94 * @return the value of the statusCode property
98 return statusCode;
102 * Sets the value of the statusCode property.
104 * @param value the value of the statusCode property to be set
112 this.statusCode = value;
198 if (statusCode != null) {
211 .append(statusCode.toXMLString(includeNSPrefix,declareNS));
241 if ((statusCode !
283 validateStatusCode(StatusCode statusCode) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/impl/
H A DStatusImpl.java69 private StatusCode statusCode; field in class:StatusImpl
121 return statusCode;
129 public void setStatusCode(StatusCode statusCode) throws XACMLException { argument
135 if (statusCode == null) {
139 this.statusCode = statusCode;
220 if (statusCode != null) {
221 sb.append(statusCode.toXMLString(includeNSPrefix, false));
249 if (statusCode != null) {
250 statusCode
[all...]
/forgerock/openam-v13/openam-rest/src/main/java/com/sun/identity/rest/
H A DResourceBase.java49 public static final String STATUS_CODE = "statusCode";
142 int statusCode,
148 return getWebApplicationException(statusCode, statusCode,
152 Response.status(statusCode).entity(e.getLocalizedMessage()).
158 int statusCode,
164 ResponseBuilder responseBuilder = Response.status(statusCode);
165 responseBuilder.status(statusCode);
178 int statusCode,
182 return createResponseJSONString(statusCode,
141 getWebApplicationException( int statusCode, Exception e, MimeType mimeType ) argument
157 getWebApplicationException( int statusCode, int errorCode, String message ) argument
177 createResponseJSONString( int statusCode, HttpHeaders headers, JSONObject body ) argument
186 createResponseJSONString( int statusCode, HttpHeaders headers, String strBody ) argument
195 createResponseJSON( int statusCode, String statusMessage ) argument
207 createStringResponseJSONString( int statusCode, String statusMessage, String strBody ) argument
226 createResponseJSONString( int statusCode, String statusMessage, JSONObject body ) argument
[all...]
/forgerock/openam-v13/openam-audit/openam-audit-core/src/main/java/org/forgerock/openam/audit/
H A DAMAccessAuditEventBuilder.java172 * @param statusCode The status code, if applicable.
175 public final AMAccessAuditEventBuilder response(AccessAuditEventBuilder.ResponseStatus status, String statusCode) { argument
178 field("statusCode", statusCode));
186 * @param statusCode The status code, if applicable.
191 String statusCode, JsonValue detail) {
195 field("statusCode", statusCode),
190 responseWithDetail(AccessAuditEventBuilder.ResponseStatus status, String statusCode, JsonValue detail) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/authnsvc/protocol/
H A DSASLResponse.java79 private String statusCode = null; field in class:SASLResponse
92 * @param statusCode Status Code.
94 public SASLResponse(String statusCode) { argument
95 this.statusCode = statusCode;
143 statusCode = statusCodeQN.getLocalPart();
235 return statusCode;
316 * @param statusCode value of attribute 'code' of Element 'Status'
319 public void setStatusCode(String statusCode) { argument
320 this.statusCode
[all...]
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DPermissionRequestEndpoint.java181 private Representation setResponse(int statusCode, Map<String, Object> entity) { argument
182 getResponse().setStatus(new Status(statusCode));

Completed in 110 milliseconds

1234