Uses of Class
jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
Package
Description
The HTTP authentication mechanism API package.
-
Uses of RememberMe.Literal in jakarta.security.enterprise.authentication.mechanism.http
Modifier and TypeFieldDescriptionstatic final RememberMe.Literal
RememberMe.Literal.INSTANCE
Default instance of theRememberMe
Interceptor Binding.Modifier and TypeMethodDescriptionstatic RememberMe.Literal
RememberMe.Literal.of
(int cookieMaxAgeSeconds, String cookieMaxAgeSecondsExpression, boolean cookieSecureOnly, String cookieSecureOnlyExpression, boolean cookieHttpOnly, String cookieHttpOnlyExpression, String cookieName, boolean isRememberMe, String isRememberMeExpression) Instance of theRememberMe
Interceptor Binding.