public abstract class JettyLoginModuleBase extends org.eclipse.jetty.jaas.spi.AbstractLoginModule implements IAuthenticationSource
instance| Constructor and Description |
|---|
JettyLoginModuleBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Subject subject,
CallbackHandler callbackHandler,
Map<String,?> sharedState,
Map<String,?> options) |
static void |
install(String loginModuleClassName,
IAuthenticationSourceConfiguration config) |
abort, commit, configureCallbacks, getCallbackHandler, getCurrentUser, getSubject, getUserInfo, isAuthenticated, isCommitted, isIgnored, login, logout, setAuthenticated, setCallbackHandler, setCommitted, setCurrentUser, setSubjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckLogin, createLogin, hasLogin, updateLoginpublic void initialize(Subject subject, CallbackHandler callbackHandler, Map<String,?> sharedState, Map<String,?> options)
initialize in interface LoginModuleinitialize in class org.eclipse.jetty.jaas.spi.AbstractLoginModulepublic static void install(String loginModuleClassName, IAuthenticationSourceConfiguration config)
Copyright © 2020 Prompto. All rights reserved.