Package | Description |
---|---|
info.magnolia.cms.security.auth.login |
Login handlers and filters
|
Modifier and Type | Class and Description |
---|---|
class |
BasicLogin
Handles HTTP basic authentication requests.
|
class |
FormLogin
Uses the the "mgnlUserId" and "mgnlUserPSWD" parameters to login.
|
class |
LoginHandlerBase
Uses
SecuritySupport.authenticate(CredentialsCallbackHandler, String) to authenticate. |
Modifier and Type | Method and Description |
---|---|
Collection<LoginHandler> |
LoginFilter.getLoginHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
LoginFilter.addLoginHandlers(LoginHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
LoginFilter.setLoginHandlers(Collection<LoginHandler> loginHandlers) |
Copyright © 2003–2017 Magnolia International Ltd.. All rights reserved.