Package | Description |
---|---|
info.magnolia.cms.security | |
info.magnolia.cms.security.auth.callback |
JAAS and Client callbacks
|
info.magnolia.cms.security.auth.login |
Login handlers and filters
|
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) |
protected static LoginContext |
SecuritySupportBase.createLoginContext(CredentialsCallbackHandler callbackHandler,
String customLoginModule) |
Modifier and Type | Class and Description |
---|---|
class |
Base64CallbackHandler
Base 64 callback handler supporting Basic authentication.
|
class |
PlainTextCallbackHandler
Plain text callback handler supporting Form based authentication.
|
Modifier and Type | Method and Description |
---|---|
protected LoginResult |
LoginHandlerBase.authenticate(CredentialsCallbackHandler callbackHandler,
String jaasModuleName) |
Copyright © 2003–2015 Magnolia International Ltd.. All rights reserved.