ome.security.auth
Interface PasswordUtility
- All Known Implementing Classes:
- ConfigurablePasswordProvider, FilePasswordProvider, JdbcPasswordProvider, LdapPasswordProvider, LdapPasswordProvider431
public interface PasswordUtility
Extension interface to PasswordProvider
for methods which may or may
not be available from a provider implementation. This interface is intended
to eventually take over for ome.security.PasswordUtil
.
- Since:
- 4.0
- Author:
- Josh Moore, josh at glencoesoftware.com
encodePassword
String encodePassword(String password)
comparePasswords
Boolean comparePasswords(String trusted,
String provided)
OmeroJava Api
Version: 4.3.3-00d1137e-b2894
Copyright © 2009 The University of Dundee. All Rights Reserved.