public interface

SaltSource

org.springframework.security.authentication.dao.SaltSource
Known Indirect Subclasses

Class Overview

Provides alternative sources of the salt to use for encoding passwords.

Summary

Public Methods
abstract Object getSalt(UserDetails user)
Returns the salt to use for the indicated user.

Public Methods

public abstract Object getSalt (UserDetails user)

Returns the salt to use for the indicated user.

Parameters
user from the AuthenticationDao
Returns
  • the salt to use for this UserDetails