Class JdbcHashedPasswordProvider

  • All Implemented Interfaces:
    PasswordProvider, PasswordUtility, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class JdbcHashedPasswordProvider
    extends JdbcPasswordProvider
    Central PasswordProvider which uses the "password" table in the central OMERO database. When setting a password, stores password as-is into database, so it must be properly hashed already.