|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mmbase.applications.packaging.sharehandlers.ShareInfo
public class ShareInfo
| Constructor Summary | |
|---|---|
ShareInfo()
Constructor for the ShareInfo object |
|
| Method Summary | |
|---|---|
boolean |
addGroup(java.lang.String name)
Adds a feature to the Group attribute of the ShareInfo object |
boolean |
addUser(java.lang.String name)
Adds a feature to the User attribute of the ShareInfo object |
boolean |
containsGroup(java.lang.String group)
Description of the Method |
boolean |
containsUser(java.lang.String user)
Description of the Method |
java.util.Iterator |
getShareGroups()
Gets the shareGroups attribute of the ShareInfo object |
java.util.Iterator |
getShareUsers()
Gets the shareUsers attribute of the ShareInfo object |
boolean |
isActive()
Gets the active attribute of the ShareInfo object |
boolean |
removeGroup(java.lang.String name)
Description of the Method |
boolean |
removeUser(java.lang.String name)
Description of the Method |
void |
setActive(boolean wantedstate)
Sets the active attribute of the ShareInfo object |
boolean |
sharedForUser(java.lang.String user,
java.lang.String password,
java.lang.String method,
java.lang.String host)
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShareInfo()
| Method Detail |
|---|
public boolean isActive()
public void setActive(boolean wantedstate)
wantedstate - The new active valuepublic boolean addUser(java.lang.String name)
name - The feature to be added to the User attribute
public boolean removeUser(java.lang.String name)
name - Description of the Parameter
public boolean removeGroup(java.lang.String name)
name - Description of the Parameter
public boolean containsUser(java.lang.String user)
user - Description of the Parameter
public boolean containsGroup(java.lang.String group)
group - Description of the Parameter
public boolean addGroup(java.lang.String name)
name - The feature to be added to the Group attribute
public java.util.Iterator getShareUsers()
public boolean sharedForUser(java.lang.String user,
java.lang.String password,
java.lang.String method,
java.lang.String host)
user - Description of the Parameterpassword - Description of the Parametermethod - Description of the Parameterhost - Description of the Parameter
public java.util.Iterator getShareGroups()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||