Java org.apache.shiro.web.mgt CookieRememberMeManager fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.web.mgt CookieRememberMeManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.web.mgt CookieRememberMeManager.

The text is from its open source code.

Subclass

org.apache.shiro.web.mgt.CookieRememberMeManager has subclasses.
Click this link to see all its subclasses.

Constructor

CookieRememberMeManager()
Constructs a new CookieRememberMeManager with a default rememberMe cookie template.

Method

CookiegetCookie()
Returns the cookie 'template' that will be used to set all attributes of outgoing rememberMe cookies created by this RememberMeManager .
voidsetCipherKey(byte[] cipherKey)
Convenience method that sets the cipher key to use for both encryption and decryption.
voidsetCookie(Cookie cookie)
Sets the cookie 'template' that will be used to set all attributes of outgoing rememberMe cookies created by this RememberMeManager .