Package com.uc4.api.objects
Class UserAuthorizations
java.lang.Object
com.uc4.api.objects.UserAuthorizations
This class serves to define access rights for objects, files, statistics and reports.
These rights are an integral part of the authorization system.
-
Constructor Details
-
UserAuthorizations
protected UserAuthorizations(com.uc4.util.XMLDocument doc)
-
-
Method Details
-
addRight
Adds a new row the authorizations tab.- Parameters:
right
- authorization
-
iterator
Returns anjava.util.Iterator
overUserRight
. The returned Iterator can be used to remove elements by using theremove()
method. -
clear
public void clear()Clears the list of authorizations. -
size
public int size()Returns the number of authorizations in this user object.- Returns:
- Number of authorizations
-
store
-