Package | Description |
---|---|
info.magnolia.audit | |
info.magnolia.cms.security | |
info.magnolia.cms.security.auth.login |
Login handlers and filters
This package contains login filter and implementations of the various login handlers
implementing LoginHandler
|
Modifier and Type | Method and Description |
---|---|
static void |
AuditLoggingUtil.log(LoginResult loginResult,
javax.servlet.http.HttpServletRequest request)
Log user login.
|
Modifier and Type | Method and Description |
---|---|
LoginResult |
SecuritySupportBase.authenticate(CredentialsCallbackHandler callbackHandler,
String customLoginModule) |
LoginResult |
SecuritySupport.authenticate(CredentialsCallbackHandler callbackHandler,
String jaasModuleName)
Performs an authentication using the
CredentialsCallbackHandler to retrieve the user name and password. |
LoginResult |
RescueSecuritySupport.authenticate(CredentialsCallbackHandler callbackHandler,
String customLoginModule) |
Modifier and Type | Field and Description |
---|---|
static LoginResult |
LoginResult.NO_LOGIN
Returned if a login handler was able to perform the operation but the authentication failed.
|
static LoginResult |
LoginResult.NOT_HANDLED
Returned if a login handler is not able to perform the operation.
|
Modifier and Type | Method and Description |
---|---|
protected LoginResult |
LoginHandlerBase.authenticate(CredentialsCallbackHandler callbackHandler,
String jaasModuleName) |
static LoginResult |
LoginResult.getCurrentLoginResult() |
LoginResult |
LoginHandler.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Returns a login result or
NOT_HANDLED if the handler can't handle the request. |
LoginResult |
FormLogin.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
LoginResult |
BasicLogin.handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Modifier and Type | Method and Description |
---|---|
static void |
LoginResult.setCurrentLoginResult(LoginResult loginResult)
Used by the login filter to depose the login result.
|
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.