Class LdapPasswordProvider

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

    public class LdapPasswordProvider
    extends ConfigurablePasswordProvider
    LDAP PasswordProvider which can create users on request to synchronize with an LDAP directory. Assuming that a user exists in the configured LDAP store but not in the database, then a new user will be created. Authentication, however, always takes place against LDAP, and changing passwords is not allowed. Note: deleted LDAP users will not be removed from OMERO, but will not be able to login.
    Since:
    4.0
    See Also:
    SecuritySystem, Permissions