hunt-shiro v1.3.0 (2021-10-28T11:26:54Z)
Home
Dub
Repo
UsernamePasswordToken.this
hunt
shiro
authc
UsernamePasswordToken
UsernamePasswordToken
JavaBeans compatible no-arg constructor.
this
()
class
UsernamePasswordToken
this
(
)
this
(string username, char[] password)
this
(string username, string password)
this
(string username, char[] password, string host)
this
(string username, string password, string host)
this
(string username, char[] password, bool rememberMe)
this
(string username, string password, bool rememberMe)
this
(string username, char[] password, bool rememberMe, string host)
this
(string username, string password, bool rememberMe, string host)
Meta
Source
See Implementation
hunt
shiro
authc
UsernamePasswordToken
UsernamePasswordToken
constructors
this
functions
clear
getCredentials
getHost
getPassword
getPrincipal
getUsername
isRememberMe
name
setHost
setPassword
setRememberMe
setUsername
toString
JavaBeans compatible no-arg constructor.