Searched refs:Response (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DAMAuthErrorCodeResponseStatusMapping.java21 import javax.ws.rs.core.Response;
26 * Contains methods that return a map of AMErrorCodes to Http Response Status codes.
38 int statusCode = Response.Status.UNAUTHORIZED.getStatusCode();
40 Map<String, Response.Status> authErrorCodeResponseStatuses = getAMAuthErrorCodeResponseStatuses();
42 Response.Status responseStatus = authErrorCodeResponseStatuses.get(authErrorCode);
53 * Returns a map of AMErrorCodes to Http Response Status codes.
55 * @return A Map of AM error codes to Response.Status.
57 private Map<String, Response.Status> getAMAuthErrorCodeResponseStatuses() {
59 Map<String, Response.Status> authErrorCodeResponseStatuses = new HashMap<String, Response
[all...]
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/
H A DAMAuthErrorCodeResponseStatusMapping.java21 import javax.ws.rs.core.Response;
26 * Contains methods that return a map of AMErrorCodes to Http Response Status codes.
38 int statusCode = Response.Status.UNAUTHORIZED.getStatusCode();
40 Map<String, Response.Status> authErrorCodeResponseStatuses = getAMAuthErrorCodeResponseStatuses();
42 Response.Status responseStatus = authErrorCodeResponseStatuses.get(authErrorCode);
53 * Returns a map of AMErrorCodes to Http Response Status codes.
55 * @return A Map of AM error codes to Response.Status.
57 private Map<String, Response.Status> getAMAuthErrorCodeResponseStatuses() {
59 Map<String, Response.Status> authErrorCodeResponseStatuses = new HashMap<String, Response
[all...]
/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/main/java/org/forgerock/oauth2/restlet/
H A DAuthorizeRequestHook.java21 import org.restlet.Response;
35 void beforeAuthorizeHandling(OAuth2Request o2request, Request request, Response response);
43 void afterAuthorizeSuccess(OAuth2Request o2request, Request request, Response response);
H A DTokenRequestHook.java21 import org.restlet.Response;
35 void afterTokenHandling(OAuth2Request o2request, Request request, Response response);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/restlet/
H A DAuthorizeRequestHook.java21 import org.restlet.Response;
35 void beforeAuthorizeHandling(OAuth2Request o2request, Request request, Response response);
43 void afterAuthorizeSuccess(OAuth2Request o2request, Request request, Response response);
H A DTokenRequestHook.java21 import org.restlet.Response;
35 void afterTokenHandling(OAuth2Request o2request, Request request, Response response);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DResponse.java25 * $Id: Response.java,v 1.2 2008/06/25 05:41:35 qcheng Exp $
38 * This <code>Response</code> class represents a response. The most important
39 * information in this Response object is the content of this response. The
40 * content in this Response object can be an arbitrary String. This makes it
43 * Response object as its content.
48 public class Response { class
59 * Constructs an instance of Response class with the content of the Response.
64 * The content of this Response.
66 public Response(Strin method in class:Response
74 Response() { method in class:Response
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/share/
H A DResponse.java25 * $Id: Response.java,v 1.2 2008/06/25 05:41:35 qcheng Exp $
38 * This <code>Response</code> class represents a response. The most important
39 * information in this Response object is the content of this response. The
40 * content in this Response object can be an arbitrary String. This makes it
43 * Response object as its content.
48 public class Response { class
59 * Constructs an instance of Response class with the content of the Response.
64 * The content of this Response.
66 public Response(Strin method in class:Response
74 Response() { method in class:Response
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogOperation.java32 import com.iplanet.services.comm.share.Response;
42 * Return result of the request processing in <code>Response</code>
43 * @return result of the request processing in <code>Response</code>
45 Response execute(AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/service/
H A DLogOperation.java32 import com.iplanet.services.comm.share.Response;
42 * Return result of the request processing in <code>Response</code>
43 * @return result of the request processing in <code>Response</code>
45 Response execute(AuditEventPublisher auditEventPublisher, AuditEventFactory auditEventFactory);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/
H A DXACMLAuthzDecisionStatement.java33 import com.sun.identity.xacml.context.Response;
39 * SAML Assertion to convey <code>xacml-context:Response</code>
50 * &lt;xs:element ref="xacml-context:Response"/>
79 * Returns <code>Response</code> element of this object
81 * @return the <code>Response</code> element of this object
83 public Response getResponse();
86 * Sets <code>Response</code> element of this object
87 * @param response XACML context <code>Response</code> element to be
92 public void setResponse(Response response) throws XACMLException;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/saml2/
H A DXACMLAuthzDecisionStatement.java33 import com.sun.identity.xacml.context.Response;
39 * SAML Assertion to convey <code>xacml-context:Response</code>
50 * &lt;xs:element ref="xacml-context:Response"/>
79 * Returns <code>Response</code> element of this object
81 * @return the <code>Response</code> element of this object
83 public Response getResponse();
86 * Sets <code>Response</code> element of this object
87 * @param response XACML context <code>Response</code> element to be
92 public void setResponse(Response response) throws XACMLException;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DRequestHandler.java34 import com.sun.identity.saml2.protocol.Response;
48 * Returns a SAMLv2 Query Response for the received Query Request.
57 public Response handleQuery(String hostedEntityID,String remoteEntityID,
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/soapbinding/
H A DRequestHandler.java34 import com.sun.identity.saml2.protocol.Response;
48 * Returns a SAMLv2 Query Response for the received Query Request.
57 public Response handleQuery(String hostedEntityID,String remoteEntityID,
/forgerock/openam-v13/openam-rest/src/test/java/org/forgerock/openam/rest/service/
H A DXMLRestStatusServiceTest.java21 import org.restlet.Response;
48 Response response = mock(Response.class);
62 Response response = mock(Response.class);
/forgerock/openam/openam-rest/src/test/java/org/forgerock/openam/rest/service/
H A DXMLRestStatusServiceTest.java21 import org.restlet.Response;
48 Response response = mock(Response.class);
62 Response response = mock(Response.class);
/forgerock/openam-v13/openam-http/src/main/java/org/forgerock/openam/http/annotations/
H A DAnnotatedMethod.java29 import org.forgerock.http.protocol.Response;
52 private final Function<Object, Promise<Response, NeverThrowsException>, NeverThrowsException> responseAdapter;
57 Function<Object, Promise<Response, NeverThrowsException>, NeverThrowsException> responseAdapter) {
67 Promise<Response, NeverThrowsException> invoke(Context context, Request request) {
84 return newResultPromise(new Response().setStatus(Status.INTERNAL_SERVER_ERROR)
87 return newResultPromise(new Response().setStatus(Status.INTERNAL_SERVER_ERROR)
92 private Response createErrorResponse(Status status, Object entity) {
93 return new Response().setStatus(status).setEntity(entity);
133 Function<Object, Promise<Response, NeverThrowsException>, NeverThrowsException> resourceCreator;
136 } else if (Response
[all...]
/forgerock/openam-v13/openam-restlet/src/main/java/org/forgerock/openam/rest/service/
H A DRestletUtils.java21 import org.restlet.Response;
53 public ServerResource create(Request request, Response response) {
/forgerock/openam/openam-restlet/src/main/java/org/forgerock/openam/rest/service/
H A DRestletUtils.java21 import org.restlet.Response;
53 public ServerResource create(Request request, Response response) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DResponseInfo.java34 import com.sun.identity.saml2.protocol.Response;
41 private Response resp = null;
52 * @param response the Response
59 public ResponseInfo(Response response, String binding,
68 * Returns the <code>Response</code> object.
70 * @return the <code>Response</code> object.
72 public Response getResponse() {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DResponse.java25 * $Id: Response.java,v 1.2 2008/06/25 05:47:57 qcheng Exp $
37 * The <code>Response</code> message element is used when a response consists
56 public interface Response extends StatusResponse { interface in inherits:StatusResponse
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DResponseInfo.java35 import com.sun.identity.saml2.protocol.Response;
44 private Response resp = null;
55 * @param response the Response
62 public ResponseInfo(Response response, String binding,
78 * Returns the <code>Response</code> object.
80 * @return the <code>Response</code> object.
82 public Response getResponse() {
/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/
H A DNoBrowserAuthorization.java44 import javax.ws.rs.core.Response;
72 public Response NoBrowserAuthorization(
87 return Response.status(FORBIDDEN).build();
91 return Response.status(BAD_REQUEST).build();
100 return Response.status(FORBIDDEN).build();
104 return Response.status(FORBIDDEN).build();
122 return Response.ok().build();
/forgerock/openam-v13/openam-oauth2-common/openid-connect-restlet/src/main/java/org/forgerock/openidconnect/restlet/
H A DLoginHintHook.java23 import org.restlet.Response;
43 public void beforeAuthorizeHandling(OAuth2Request o2request, Request request, Response response) {
62 public void afterAuthorizeSuccess(OAuth2Request o2request, Request request, Response response) {
79 public void afterTokenHandling(OAuth2Request o2request, Request request, Response response) {
83 private void removeCookie(Request request, Response response) {
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/restlet/
H A DLoginHintHook.java23 import org.restlet.Response;
43 public void beforeAuthorizeHandling(OAuth2Request o2request, Request request, Response response) {
62 public void afterAuthorizeSuccess(OAuth2Request o2request, Request request, Response response) {
79 public void afterTokenHandling(OAuth2Request o2request, Request request, Response response) {
83 private void removeCookie(Request request, Response response) {

Completed in 33 milliseconds

1234567891011>>