Module org.glassfish.soteria
Package org.glassfish.soteria.cdi
Class FormAuthenticationMechanismDefinitionAnnotationLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.authentication.mechanism.http.FormAuthenticationMechanismDefinition>
-
- org.glassfish.soteria.cdi.FormAuthenticationMechanismDefinitionAnnotationLiteral
-
- All Implemented Interfaces:
Annotation
public class FormAuthenticationMechanismDefinitionAnnotationLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.authentication.mechanism.http.FormAuthenticationMechanismDefinition> implements jakarta.security.enterprise.authentication.mechanism.http.FormAuthenticationMechanismDefinitionAn annotation literal for@FormAuthenticationMechanismDefinition.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormAuthenticationMechanismDefinitionAnnotationLiteral(jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue loginToContinue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.security.enterprise.authentication.mechanism.http.LoginToContinueloginToContinue()-
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
-
-