|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SecuritySupport
Entry point to get the various managers like UserManager
, GroupManager
and RoleManager
.
Nested Class Summary | |
---|---|
static class |
SecuritySupport.Factory
Factory to retrieve the singleton instance. |
Method Summary | |
---|---|
LoginResult |
authenticate(CredentialsCallbackHandler callbackHandler,
String jaasModuleName)
Performs an authentication using the CredentialsCallbackHandler to retriev 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. |
Method Detail |
---|
UserManager getUserManager()
UserManager getUserManager(String realmName)
GroupManager getGroupManager()
RoleManager getRoleManager()
LoginResult authenticate(CredentialsCallbackHandler callbackHandler, String jaasModuleName)
CredentialsCallbackHandler
to retriev the user name and password.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |