public class StoredUserInfoCache extends Object
| Constructor and Description |
|---|
StoredUserInfoCache(prompto.store.IStore store) |
StoredUserInfoCache(IStoredAuthenticationSourceConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkLogin(String login,
String password) |
void |
close() |
static void |
createLogin(prompto.store.IStore store,
String login,
String password) |
void |
createLogin(String login,
String password) |
org.eclipse.jetty.jaas.spi.UserInfo |
getUserInfo(String username) |
boolean |
hasLogin(String login) |
static StoredUserInfoCache |
initialize(IStoredAuthenticationSourceConfiguration config) |
void |
updateLogin(String login,
String password) |
public StoredUserInfoCache(IStoredAuthenticationSourceConfiguration config)
public StoredUserInfoCache(prompto.store.IStore store)
public static StoredUserInfoCache initialize(IStoredAuthenticationSourceConfiguration config)
public org.eclipse.jetty.jaas.spi.UserInfo getUserInfo(String username)
public boolean hasLogin(String login)
public boolean checkLogin(String login, String password) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionpublic void createLogin(String login, String password) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionpublic void updateLogin(String login, String password) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionpublic void close()
throws IOException
IOExceptionpublic static void createLogin(prompto.store.IStore store,
String login,
String password)
throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionCopyright © 2020 Prompto. All rights reserved.