Uses of Interface
org.apache.shiro.authc.RememberMeAuthenticationToken
-
Packages that use RememberMeAuthenticationToken Package Description org.apache.shiro.authc Core interfaces and exceptions concerning Authentication (the act of logging-in). -
-
Uses of RememberMeAuthenticationToken in org.apache.shiro.authc
Classes in org.apache.shiro.authc that implement RememberMeAuthenticationToken Modifier and Type Class Description class
UsernamePasswordToken
A simple username/password authentication token to support the most widely-used authentication mechanism.
-