SimpleAuthenticationInfo.this

Constructor that takes in an account's identifying principal(s), hashed credentials used to verify the principals, and the salt used when hashing the credentials.

@param principals a Realm's account's identifying principal(s) @param hashedCredentials the hashed credentials that verify the principals. @param credentialsSalt the salt used when hashing the hashedCredentials. @see hunt.shiro.authc.credential.HashedCredentialsMatcher HashedCredentialsMatcher

Meta