Skip navigation links
A B C D F G H I J L N P R S U V W 

H

hasAccessToWebResource(String) - Method in interface javax.security.SecurityContext
Checks whether the caller has access to the provided "web resource" using the GET HTTP method, such as specified by section 13.8 of the Servlet specification, and the JACC specification, specifically the WebResourcePermission type.
hasAccessToWebResource(String, String...) - Method in interface javax.security.SecurityContext
Checks whether the caller has access to the provided "web resource" using the given methods, such as specified by section 13.8 of the Servlet specification, and the JACC specification, specifically the WebResourcePermission type.
HttpAuthenticationMechanism - Interface in javax.security.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.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.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.authentication.mechanism.http.HttpMessageContextWrapper
 
A B C D F G H I J L N P R S U V W 
Skip navigation links

Copyright © 2015–2017. All rights reserved.