- hasAccessToWebResource(String, String...) - Method in interface javax.security.enterprise.SecurityContext
-
Checks whether the caller has access to the provided "web resource" using the given methods,
as specified by section 13.8 of the Servlet specification.
- HttpAuthenticationMechanism - Interface in javax.security.enterprise.authentication.mechanism.http
-
HttpAuthenticationMechanism
is a mechanism for obtaining a caller's
credentials in some way, using the HTTP protocol where necessary.
- HttpMessageContext - Interface in javax.security.enterprise.authentication.mechanism.http
-
HttpMessageContext
contains all of the per-request state information and encapsulates the client request,
server response, container handler for authentication callbacks, and the subject representing the caller.
- HttpMessageContextWrapper - Class in javax.security.enterprise.authentication.mechanism.http
-
This class is an implementation of the HttpMessageContext interface that
can be subclassed by developers wishing to provide extra or different
functionality.
- HttpMessageContextWrapper(HttpMessageContext) - Constructor for class javax.security.enterprise.authentication.mechanism.http.HttpMessageContextWrapper
-