hunt-shiro ~master (2022-02-21T08:07:34Z)
Home
Dub
Repo
SimpleAuthenticationInfo.this
hunt
shiro
authc
SimpleAuthenticationInfo
SimpleAuthenticationInfo
Default no-argument constructor.
this
()
class
SimpleAuthenticationInfo
this
(
)
this
(Object principal, Object credentials, string realmName)
this
(Object principal, Object hashedCredentials, ByteSource credentialsSalt, string realmName)
this
(PrincipalCollection principals, Object credentials)
this
(PrincipalCollection principals, Object hashedCredentials, ByteSource credentialsSalt)
Meta
Source
See Implementation
hunt
shiro
authc
SimpleAuthenticationInfo
SimpleAuthenticationInfo
constructors
this
functions
getCredentials
getCredentialsSalt
getPrincipals
merge
opEquals
setCredentials
setCredentialsSalt
setPrincipals
toHash
toString
variables
credentials
credentialsSalt
principals
Default no-argument constructor.