public class PamRealm extends CachingRealm
| Constructor and Description |
|---|
PamRealm() |
| Modifier and Type | Method and Description |
|---|---|
Account |
authenticate(StandardCredentials requestCredentials) |
Account |
authenticate(String username,
String password) |
void |
setup(com.typesafe.config.Config config) |
void |
start() |
void |
stop() |
cacheAccount, clearCache, getAccount, getRealmName, hasAccount, logCacheSettingsauthenticate, canAuthenticate, toString, validatePasswordpublic void setup(com.typesafe.config.Config config)
setup in interface Realmsetup in class CachingRealmpublic void start()
public void stop()
public Account authenticate(StandardCredentials requestCredentials)
authenticate in class StandardCredentialsRealmpublic Account authenticate(String username, String password)
authenticate in class StandardCredentialsRealmCopyright © 2017. All rights reserved.