Uses of Class
jakarta.security.enterprise.authentication.mechanism.http.LoginToContinue.Literal
-
Packages that use LoginToContinue.Literal Package Description jakarta.security.enterprise.authentication.mechanism.http The HTTP authentication mechanism API package. -
-
Uses of LoginToContinue.Literal in jakarta.security.enterprise.authentication.mechanism.http
Fields in jakarta.security.enterprise.authentication.mechanism.http declared as LoginToContinue.Literal Modifier and Type Field Description static LoginToContinue.Literal
LoginToContinue.Literal. INSTANCE
Default instance of theLoginToContinue
Interceptor Binding.Methods in jakarta.security.enterprise.authentication.mechanism.http that return LoginToContinue.Literal Modifier and Type Method Description static LoginToContinue.Literal
LoginToContinue.Literal. of(String loginPage, boolean useForwardToLogin, String useForwardToLoginExpression, String errorPage)
Instance of theLoginToContinue
Interceptor Binding.
-