| Package | Description | 
|---|---|
| javax.enterprise.context.control | |
| javax.security.enterprise.authentication.mechanism.http | The HTTP authentication mechanism API package. | 
| javax.transaction | Provides the API that defines the contract between the transaction 
manager and the various parties involved in a distributed transaction 
namely : resource manager, application, and application server. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | ActivateRequestContextThe container provides a built in interceptor that may be used to annotate classes and methods to indicate
 that a request context should be activated when this method is invoked. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | AutoApplySessionThe AutoApplySession annotation provides an application the ability to declaratively designate
 that an authentication mechanism uses the  javax.servlet.http.registerSessionand auto applies this for every request. | 
| interface  | LoginToContinueThe  LoginToContinueannotation provides an application the ability to declaratively 
 add login to continue functionality to an authentication mechanism. | 
| interface  | RememberMeThe RememberMe annotation provides an application the ability to declaratively designate
 that an authentication mechanism effectively "remembers" the authentication and auto
 applies this with every request. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | TransactionalThe javax.transaction.Transactional annotation provides the application
 the ability to declaratively control transaction boundaries on CDI managed beans, as
 well as classes defined as managed beans by the Java EE specification, at both the class
 and method level where method level annotations override those at the class level. | 
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.