public class PasswordIsUserNameAuthenticationSource extends JettyLoginModuleBase
instance| Constructor and Description |
|---|
PasswordIsUserNameAuthenticationSource() |
| 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 |
updateLogin(String login,
String password) |
initialize, installpublic PasswordIsUserNameAuthenticationSource()
public 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()
throws IOException
IOExceptionCopyright © 2020 Prompto. All rights reserved.