Uses of Class
jakarta.security.enterprise.authentication.mechanism.http.RememberMe.Literal
-
Packages that use RememberMe.Literal Package Description jakarta.security.enterprise.authentication.mechanism.http 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.Literal Modifier and Type Field Description static RememberMe.Literal
RememberMe.Literal. INSTANCE
Default instance of theRememberMe
Interceptor Binding.Methods in jakarta.security.enterprise.authentication.mechanism.http that return RememberMe.Literal Modifier and Type Method Description static 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.
-