public class StoredUserInfoCache extends Object
| Constructor and Description |
|---|
StoredUserInfoCache(IStoredAuthenticationSourceConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
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) |
static StoredUserInfoCache |
initialize(IStoredAuthenticationSourceConfiguration config) |
public StoredUserInfoCache(IStoredAuthenticationSourceConfiguration config)
public static StoredUserInfoCache initialize(IStoredAuthenticationSourceConfiguration config)
public org.eclipse.jetty.jaas.spi.UserInfo getUserInfo(String username)
public void createLogin(String login, String password) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionpublic static void createLogin(prompto.store.IStore store,
String login,
String password)
throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionCopyright © 2018 Prompto. All rights reserved.