Uses of Class
jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
Packages that use RememberMe.Literal
Package
Description
The HTTP authentication mechanism API package.
-
Uses of RememberMe.Literal in jakarta.security.enterprise.authentication.mechanism.http
Fields in jakarta.security.enterprise.authentication.mechanism.http declared as RememberMe.LiteralModifier and TypeFieldDescriptionstatic final RememberMe.LiteralRememberMe.Literal.INSTANCEDefault instance of theRememberMeInterceptor Binding.Methods in jakarta.security.enterprise.authentication.mechanism.http that return RememberMe.LiteralModifier and TypeMethodDescriptionstatic RememberMe.LiteralRememberMe.Literal.of(int cookieMaxAgeSeconds, String cookieMaxAgeSecondsExpression, boolean cookieSecureOnly, String cookieSecureOnlyExpression, boolean cookieHttpOnly, String cookieHttpOnlyExpression, String cookieName, boolean isRememberMe, String isRememberMeExpression) Instance of theRememberMeInterceptor Binding.