Module org.glassfish.soteria
Package org.glassfish.soteria.cdi
Class LoginToContinueAnnotationLiteral
- java.lang.Object
-
- jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue>
-
- org.glassfish.soteria.cdi.LoginToContinueAnnotationLiteral
-
- All Implemented Interfaces:
Annotation
public class LoginToContinueAnnotationLiteral extends jakarta.enterprise.util.AnnotationLiteral<jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue> implements jakarta.security.enterprise.authentication.mechanism.http.LoginToContinueAn annotation literal for@LoginToContinue.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginToContinueAnnotationLiteral(String loginPage, boolean useForwardToLogin, String useForwardToLoginExpression, String errorPage)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringerrorPage()static jakarta.security.enterprise.authentication.mechanism.http.LoginToContinueeval(jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue in)static booleanhasAnyELExpression(jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue in)booleanisHasDeferredExpressions()StringloginPage()voidsetHasDeferredExpressions(boolean hasDeferredExpressions)booleanuseForwardToLogin()StringuseForwardToLoginExpression()-
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
-
-
-
-
Method Detail
-
eval
public static jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue eval(jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue in)
-
hasAnyELExpression
public static boolean hasAnyELExpression(jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue in)
-
loginPage
public String loginPage()
-
useForwardToLogin
public boolean useForwardToLogin()
-
useForwardToLoginExpression
public String useForwardToLoginExpression()
-
errorPage
public String errorPage()
-
isHasDeferredExpressions
public boolean isHasDeferredExpressions()
-
setHasDeferredExpressions
public void setHasDeferredExpressions(boolean hasDeferredExpressions)
-
-