public class StoredPasswordDigestAuthenticationSource extends JettyLoginModuleBase
instance| Constructor and Description |
|---|
StoredPasswordDigestAuthenticationSource() |
StoredPasswordDigestAuthenticationSource(IStoredAuthenticationSourceConfiguration config) |
StoredPasswordDigestAuthenticationSource(StoredUserInfoCache cache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkLogin(String login,
String password) |
void |
close() |
void |
createLogin(String login,
String password) |
org.eclipse.jetty.jaas.spi.UserInfo |
getUserInfo(String username) |
boolean |
hasLogin(String login) |
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> options) |
void |
updateLogin(String login,
String password) |
installpublic StoredPasswordDigestAuthenticationSource()
public StoredPasswordDigestAuthenticationSource(IStoredAuthenticationSourceConfiguration config)
public StoredPasswordDigestAuthenticationSource(StoredUserInfoCache cache)
public void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize in interface LoginModuleinitialize in class JettyLoginModuleBasepublic org.eclipse.jetty.jaas.spi.UserInfo getUserInfo(String username) throws Exception
getUserInfo in class org.eclipse.jetty.jaas.spi.AbstractLoginModuleExceptionpublic boolean hasLogin(String login)
public void close()
Copyright © 2020 Prompto. All rights reserved.