public abstract class AbstractSimpleIdentityManager extends java.lang.Object implements SimpleIdentityManager
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set |
registeredActions |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSimpleIdentityManager() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getActions()
Return a list of the actions that are registered.
|
SimpleIdentity |
getAdministrator() |
boolean |
needDomain()
Inform if the login process require a domain name.
|
void |
registerAction(java.lang.String actionName)
Register the actionName as an action that require authorization.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentIdentity, login, logout, sudopublic SimpleIdentity getAdministrator()
getAdministrator in interface SimpleIdentityManagerpublic boolean needDomain()
SimpleIdentityManagerneedDomain in interface SimpleIdentityManagerpublic void registerAction(java.lang.String actionName)
SimpleIdentityManagerregisterAction in interface SimpleIdentityManagerpublic java.util.Collection getActions()
SimpleIdentityManagergetActions in interface SimpleIdentityManager