Class 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.LoginToContinue
    An annotation literal for @LoginToContinue.
    See Also:
    Serialized Form
    • Constructor Detail

      • LoginToContinueAnnotationLiteral

        public LoginToContinueAnnotationLiteral​(String loginPage,
                                                boolean useForwardToLogin,
                                                String useForwardToLoginExpression,
                                                String errorPage)
    • 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)