Uses of Class
com.jalios.jcms.authentication.cookie.AuthenticationCookie
-
Packages that use AuthenticationCookie Package Description com.jalios.jcms.authentication.cookie -
-
Uses of AuthenticationCookie in com.jalios.jcms.authentication.cookie
Methods in com.jalios.jcms.authentication.cookie that return AuthenticationCookie Modifier and Type Method Description static AuthenticationCookie
AuthenticationCookieManager. createAuthenticationCookie(Member member, java.lang.String digest, java.util.Date expirationDate)
Create a new AuthenticationCookie in the db for the specified informationstatic AuthenticationCookie
AuthenticationCookieManager. getAuthenticationCookie(Member member, java.lang.String digest)
Retrieve the AuthenticationCookie stored in DB and matching the specified criteriaConstructors in com.jalios.jcms.authentication.cookie with parameters of type AuthenticationCookie Constructor Description AuthenticationCookie(AuthenticationCookie other)
-