public interface SaltedAuthenticationInfo extends AuthenticationInfo
credentials matching during login attempts.
See the HashedCredentialsMatcher JavaDoc for
more information on hashing credentials with salts.HashedCredentialsMatcher| Modifier and Type | Method and Description |
|---|---|
org.apache.shiro.util.ByteSource |
getCredentialsSalt()
Returns the salt used to salt the account's credentials or
null if no salt was used. |
getCredentials, getPrincipalsCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.