Annotation Type | Description |
---|---|
AutoApplySession |
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. |
BasicAuthenticationMechanismDefinition |
Annotation used to define a container
AuthenticationMechanism that implements
the HTTP basic access authentication protocol as defined by the Servlet spec (13.6.1)
and make that implementation available as an enabled CDI bean. |
CustomFormAuthenticationMechanismDefinition |
Annotation used to define a container
AuthenticationMechanism that implements
authentication mechanism resembling the Servlet FORM one (Servlet spec 13.6.3). |
FormAuthenticationMechanismDefinition |
Annotation used to define a container
AuthenticationMechanism that implements the
FORM authentication mechanism as defined by the Servlet spec (13.6.3) and make that
implementation available as an enabled CDI bean. |
LoginToContinue |
The LoginToContinue annotation provides an application the ability to declaratively
add login to continue functionality to an
AuthenticationMechanism . |
RememberMe |
The RememberMe annotation provides an application the ability to declarative designate
that an
AuthenticationMechanism effectively "remembers" the authentication and auto
applies this with every request. |
Copyright © 2015–2017. All rights reserved.