|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CredentialsCallbackHandler | |
---|---|
info.magnolia.cms.security | |
info.magnolia.cms.security.auth.callback | JAAS and Client callbacks |
info.magnolia.cms.security.auth.login | Login handlers and filters |
Uses of CredentialsCallbackHandler in info.magnolia.cms.security |
---|
Methods in info.magnolia.cms.security with parameters of type CredentialsCallbackHandler | |
---|---|
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)
|
Uses of CredentialsCallbackHandler in info.magnolia.cms.security.auth.callback |
---|
Subclasses of CredentialsCallbackHandler in info.magnolia.cms.security.auth.callback | |
---|---|
class |
Base64CallbackHandler
Base 64 callback handler supporting Basic authentication. |
class |
PlainTextCallbackHandler
Plain text callback handler supporting Form based authentication. |
Uses of CredentialsCallbackHandler in info.magnolia.cms.security.auth.login |
---|
Methods in info.magnolia.cms.security.auth.login with parameters of type CredentialsCallbackHandler | |
---|---|
protected LoginResult |
LoginHandlerBase.authenticate(CredentialsCallbackHandler callbackHandler,
String jaasModuleName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |