Class AutoApplySession.Literal
- java.lang.Object
 - 
- jakarta.enterprise.util.AnnotationLiteral<AutoApplySession>
 - 
- jakarta.security.enterprise.authentication.mechanism.http.AutoApplySession.Literal
 
 
 
- 
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 - AutoApplySession
 
public static final class AutoApplySession.Literal extends AnnotationLiteral<AutoApplySession> implements AutoApplySession
Supports inline instantiation of the AutoApplySession annotation.- Since:
 - 3.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jakarta.security.enterprise.authentication.mechanism.http.AutoApplySession
AutoApplySession.Literal 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static AutoApplySession.LiteralINSTANCEInstance of theAutoApplySessionInterceptor Binding. 
- 
Constructor Summary
Constructors Constructor Description Literal() 
- 
Method Summary
- 
Methods inherited from class jakarta.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString 
- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final AutoApplySession.Literal INSTANCE
Instance of theAutoApplySessionInterceptor Binding. 
 - 
 
 -