|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anwrt.anycontent.plugins.core.group.EmptyGroupManager
Empty implementation of the group manager.
Used when no groups of users is needed.
| Constructor Summary | |
EmptyGroupManager()
|
|
| Method Summary | |
void |
configure(Configuration configuration)
Configure an extension with its parameters. |
UserGroup |
getGroup(java.lang.String groupID)
Returns a particular group. |
java.util.Set |
getGroups()
Returns all groups. |
java.util.Set |
getUserGroups(java.lang.String login)
Get all groups a particular is in. |
void |
initialize()
Initialize the plugin with deploy parameters. |
void |
toSAX(org.xml.sax.ContentHandler ch,
java.util.Map parameters)
Sax the user list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmptyGroupManager()
| Method Detail |
public void configure(Configuration configuration)
throws ConfigurationException
GroupManager
configure in interface GroupManagerconfiguration - The configuration.
ConfigurationExceptionpublic void initialize()
GroupManager
initialize in interface GroupManagerpublic UserGroup getGroup(java.lang.String groupID)
GroupManager
getGroup in interface GroupManagergroupID - The id of the group.
public java.util.Set getGroups()
GroupManager
getGroups in interface GroupManagerpublic java.util.Set getUserGroups(java.lang.String login)
GroupManager
getUserGroups in interface GroupManagerlogin - The login of the user.
public void toSAX(org.xml.sax.ContentHandler ch,
java.util.Map parameters)
throws org.xml.sax.SAXException
GroupManager
toSAX in interface GroupManagerch - The content handler to sax in.parameters - Parameters for saxing user list differently,
see implementation.
org.xml.sax.SAXException - If an error occurs while saxing.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||