public interface SecuritySupport
Modifier and Type | Interface and Description |
---|---|
static class |
SecuritySupport.Factory
Deprecated.
since 5.1 - use IoC instead
|
Modifier and Type | Method and Description |
---|---|
LoginResult |
authenticate(CredentialsCallbackHandler callbackHandler,
String jaasModuleName)
Performs an authentication using the
CredentialsCallbackHandler to retrieve the user name and password. |
GroupManager |
getGroupManager() |
RoleManager |
getRoleManager() |
UserManager |
getUserManager()
Returns a generic UserManager, either for a default realm, or an implementation which delegates to other UserManager instances.
|
UserManager |
getUserManager(String realmName)
Returns a UserManager for the given realm.
|
UserManager getUserManager()
UserManager getUserManager(String realmName)
GroupManager getGroupManager()
RoleManager getRoleManager()
LoginResult authenticate(CredentialsCallbackHandler callbackHandler, String jaasModuleName)
CredentialsCallbackHandler
to retrieve the user name and password.Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.