Package | Description |
---|---|
ome.logic |
The central repository of implementations which will be accessible through this server.
|
ome.security.auth | |
ome.security.auth.providers |
Modifier and Type | Field and Description |
---|---|
protected PasswordUtil |
AdminImpl.passwordUtil |
Constructor and Description |
---|
AdminImpl(ome.util.SqlAction sql,
SessionFactory osf,
org.springframework.mail.MailSender mailSender,
org.springframework.mail.SimpleMailMessage templateMessage,
ACLVoter aclVoter,
PasswordProvider passwordProvider,
RoleProvider roleProvider,
LdapImpl ldapUtil,
PasswordUtil passwordUtil,
ChmodStrategy chmod,
ChecksumProviderFactory cpf) |
Modifier and Type | Field and Description |
---|---|
protected PasswordUtil |
ConfigurablePasswordProvider.legacyUtil
Possibly null
PasswordUtil instance which will be used as a
fallback for password checks if the ConfigurablePasswordProvider.util instance fails. |
protected PasswordUtil |
ConfigurablePasswordProvider.util |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ConfigurablePasswordProvider.comparePasswords(Long userId,
String trusted,
String provided,
PasswordUtil util) |
protected String |
ConfigurablePasswordProvider.encodePassword(Long userId,
String newPassword,
boolean salt,
PasswordUtil util) |
void |
ConfigurablePasswordProvider.setLegacyUtil(PasswordUtil legacy) |
Constructor and Description |
---|
LdapPasswordProvider431(PasswordUtil util,
LdapImpl ldap) |
LdapPasswordProvider431(PasswordUtil util,
LdapImpl ldap,
boolean ignoreUnknown) |
Version: 4.4.12-ice34-b116
Copyright © 2014 The University of Dundee & Open Microscopy Environment. All Rights Reserved.