Uses of Annotation Interface
jakarta.interceptor.InterceptorBinding
Package
Description
Classes and interfaces that make up the Jakarta Concurrency specification.
The HTTP authentication mechanism API package.
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.
-
Uses of InterceptorBinding in jakarta.enterprise.concurrent
Modifier and TypeClassDescription@interface
Annotates a CDI managed bean method to run asynchronously. -
Uses of InterceptorBinding in jakarta.enterprise.context.control
Modifier and TypeClassDescription@interface
The 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. -
Uses of InterceptorBinding in jakarta.security.enterprise.authentication.mechanism.http
Modifier and TypeClassDescription@interface
The AutoApplySession annotation provides an application the ability to declaratively designate that an authentication mechanism uses thejakarta.servlet.http.registerSession
and auto applies this for every request.@interface
TheLoginToContinue
annotation provides an application the ability to declaratively add login to continue functionality to an authentication mechanism.@interface
The 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. -
Uses of InterceptorBinding in jakarta.transaction
Modifier and TypeClassDescription@interface
The jakarta.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 Jakarta EE specification, at both the class and method level where method level annotations override those at the class level.