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

A

AbstractClearableCredential - Class in javax.security.enterprise.credential
AbstractClearableCredential contains behavior common to Credential implementations that can be meaningfully cleared.
AbstractClearableCredential() - Constructor for class javax.security.enterprise.credential.AbstractClearableCredential
 
authenticate(HttpServletRequest, HttpServletResponse, AuthenticationParameters) - Method in interface javax.security.enterprise.SecurityContext
Signal to the container (programmatically trigger) that it should start or continue a web/HTTP based authentication dialog with the caller.
AuthenticationException - Exception in javax.security.enterprise
A generic authentication exception.
AuthenticationException() - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with null as its detail message.
AuthenticationException(String) - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified detail message.
AuthenticationException(String, Throwable) - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified detail message and cause.
AuthenticationException(Throwable) - Constructor for exception javax.security.enterprise.AuthenticationException
Constructs a new AuthenticationException exception with the specified cause.
AuthenticationParameters - Class in javax.security.enterprise.authentication.mechanism.http
Parameters that are provided along with an authentication request.
AuthenticationParameters() - Constructor for class javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters
 
AuthenticationStatus - Enum in javax.security.enterprise
The AuthenticationStatus is used as a return value by primarily the HttpAuthenticationMechanism to indicate the result (status) of the authentication process.
AutoApplySession - Annotation Type in javax.security.enterprise.authentication.mechanism.http
The AutoApplySession annotation provides an application the ability to declarative designate that an AuthenticationMechanism uses the javax.servlet.http.registerSession and auto applies this for every request.
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.