Uses of Interface
org.apache.catalina.HttpResponse
-
Packages that use HttpResponse Package Description com.sun.enterprise.web.connector.coyote com.sun.web.security com.sun.web.security.realmadapter org.apache.catalina org.apache.catalina.authenticator This package containsAuthenticatorimplementations for the various supported authentication methods (BASIC, DIGEST, and FORM).org.apache.catalina.connector org.apache.catalina.core org.apache.catalina.realm This package containsRealmimplementations for the various supported realm technologies for authenticating users and identifying their associated roles. -
-
Uses of HttpResponse in com.sun.enterprise.web.connector.coyote
Classes in com.sun.enterprise.web.connector.coyote that implement HttpResponse Modifier and Type Class Description classPECoyoteResponseCustomized version of the Tomcat 5 CoyoteResponse -
Uses of HttpResponse in com.sun.web.security
Classes in com.sun.web.security that implement HttpResponse Modifier and Type Class Description classHttpResponseWrapperMethods in com.sun.web.security with parameters of type HttpResponse Modifier and Type Method Description booleanRealmAdapter. hasResourcePermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints, Context context)Perform access control based on the specified authorization constraint.booleanRealmAdapter. hasRole(HttpRequest request, HttpResponse response, Principal principal, String role)Check if the given principal has the provided role.booleanRealmAdapter. hasUserDataPermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints)Enforce any user data constraint required by the security constraint guarding this request URI.booleanRealmAdapter. hasUserDataPermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints, String uri, String method)Checks if the given request URI and method are the target of any user-data-constraint with a transport-guarantee of CONFIDENTIAL, and whether any such constraint is already satisfied.booleanRealmAdapter. invokeAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context, Authenticator authenticator, boolean calledFromAuthenticate)Authenticates the user making this request, based on the specified authentication mechanism.booleanRealmAdapter. invokePostAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context)Post authentication for given request and response.intRealmAdapter. preAuthenticateCheck(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints, boolean disableProxyCaching, boolean securePagesWithPragma, boolean ssoEnabled)Checks whether or not authentication is needed.Constructors in com.sun.web.security with parameters of type HttpResponse Constructor Description HttpResponseWrapper(HttpResponse response, jakarta.servlet.http.HttpServletResponse servletResponse) -
Uses of HttpResponse in com.sun.web.security.realmadapter
Methods in com.sun.web.security.realmadapter with parameters of type HttpResponse Modifier and Type Method Description booleanAuthenticatorProxy. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)booleanJaspicRealm. secureResponse(HttpRequest request, HttpResponse response, Context context)booleanJaspicRealm. validateRequest(HttpRequest request, HttpResponse response, Context context, Authenticator authenticator, boolean calledFromAuthenticate, Function<jakarta.servlet.http.HttpServletRequest,Boolean> isMandatoryFn) -
Uses of HttpResponse in org.apache.catalina
Methods in org.apache.catalina with parameters of type HttpResponse Modifier and Type Method Description booleanRealm. hasResourcePermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraint, Context context)Perform access control based on the specified authorization constraint.booleanRealm. hasRole(HttpRequest request, HttpResponse response, Principal principal, String role)Returntrueif the specified Principal has the specified security role, within the context of this Realm; otherwise returnfalse.booleanRealm. hasUserDataPermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraint)Enforce any user data constraint required by the security constraint guarding this request URI.booleanRealm. hasUserDataPermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints, String uri, String method)Checks if the given request URI and method are the target of any user-data-constraint with a transport-guarantee of CONFIDENTIAL, and whether any such constraint is already satisfied.booleanRealm. invokeAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context, Authenticator authenticator, boolean calledFromAuthenticate)Authenticates the user making this request, based on the specified login configuration.booleanRealm. invokePostAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context)Post authentication for given request and response.intRealm. preAuthenticateCheck(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints, boolean disableProxyCaching, boolean securePagesWithPragma, boolean ssoEnabled)Checks whether or not authentication is needed. -
Uses of HttpResponse in org.apache.catalina.authenticator
Methods in org.apache.catalina.authenticator with parameters of type HttpResponse Modifier and Type Method Description abstract booleanAuthenticatorBase. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user making this request, based on the specified login configuration.booleanBasicAuthenticator. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user making this request, based on the specified login configuration.booleanDigestAuthenticator. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user making this request, based on the specified login configuration.booleanFormAuthenticator. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user making this request, based on the specified login configuration.booleanNonLoginAuthenticator. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user making this request, based on the specified login configuration.booleanSSLAuthenticator. authenticate(HttpRequest request, HttpResponse response, LoginConfig config)Authenticate the user by checking for the existence of a certificate chain, and optionally asking a trust manager to validate that we trust this user.protected voidFormAuthenticator. forwardToErrorPage(HttpRequest request, HttpResponse response, LoginConfig config)Called to forward to the error page.protected voidFormAuthenticator. forwardToLoginPage(HttpRequest request, HttpResponse response, LoginConfig config)Called to forward to the login page.protected voidAuthenticatorBase. register(HttpRequest request, HttpResponse response, Principal principal, String authType, String username, char[] password)Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one. -
Uses of HttpResponse in org.apache.catalina.connector
Classes in org.apache.catalina.connector that implement HttpResponse Modifier and Type Class Description classResponseWrapper object for the Coyote response. -
Uses of HttpResponse in org.apache.catalina.core
Classes in org.apache.catalina.core that implement HttpResponse Modifier and Type Class Description classDummyResponseDummy response object, used for JSP precompilation. -
Uses of HttpResponse in org.apache.catalina.realm
Methods in org.apache.catalina.realm with parameters of type HttpResponse Modifier and Type Method Description protected voidRealmBase. disableProxyCaching(HttpRequest request, HttpResponse response, boolean disableProxyCaching, boolean securePagesWithPragma)booleanRealmBase. hasResourcePermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints, Context context)Perform access control based on the specified authorization constraint.booleanRealmBase. hasRole(HttpRequest request, HttpResponse response, Principal principal, String role)Returntrueif the specified Principal has the specified security role, within the context of this Realm; otherwise returnfalse.booleanRealmBase. hasUserDataPermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints)Enforce any user data constraint required by the security constraint guarding this request URI.booleanRealmBase. hasUserDataPermission(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints, String uri, String method)Checks if the given request URI and method are the target of any user-data-constraint with a transport-guarantee of CONFIDENTIAL, and whether any such constraint is already satisfied.booleanRealmBase. invokeAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context, Authenticator authenticator, boolean calledFromAuthenticate)Authenticates the user making this request, based on the specified login configuration.booleanRealmBase. invokePostAuthenticateDelegate(HttpRequest request, HttpResponse response, Context context)Post authentication for given request and response.intRealmBase. preAuthenticateCheck(HttpRequest request, HttpResponse response, SecurityConstraint[] constraints, boolean disableProxyCaching, boolean securePagesWithPragma, boolean ssoEnabled)Checks whether or not authentication is needed.
-