|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoginResult | |
---|---|
info.magnolia.audit | |
info.magnolia.cms.security | |
info.magnolia.cms.security.auth.login | Login handlers and filters |
Uses of LoginResult in info.magnolia.audit |
---|
Methods in info.magnolia.audit with parameters of type LoginResult | |
---|---|
static void |
AuditLoggingUtil.log(LoginResult loginResult,
javax.servlet.http.HttpServletRequest request)
Log user login. |
Uses of LoginResult in info.magnolia.cms.security |
---|
Methods in info.magnolia.cms.security that return LoginResult | |
---|---|
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)
|
Uses of LoginResult in info.magnolia.cms.security.auth.login |
---|
Fields in info.magnolia.cms.security.auth.login declared as LoginResult | |
---|---|
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. |
Methods in info.magnolia.cms.security.auth.login that return LoginResult | |
---|---|
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)
|
Methods in info.magnolia.cms.security.auth.login with parameters of type LoginResult | |
---|---|
static void |
LoginResult.setCurrentLoginResult(LoginResult loginResult)
Used by the login filter to depose the login result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |