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 |
---|---|
ByteSource |
getCredentialsSalt()
Returns the salt used to salt the account's credentials or
null if no salt was used. |
getCredentials, getPrincipals
ByteSource getCredentialsSalt()
null
if no salt was used.null
if no salt was used.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.