| Modifier and Type | Method and Description |
|---|---|
void |
addRight(UserRight right)
Adds a new row the authorizations tab.
|
void |
clear()
Clears the list of authorizations.
|
Iterator<UserRight> |
iterator()
Returns an
java.util.Iterator over UserRight. |
int |
size()
Returns the number of authorizations in this user object.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void addRight(UserRight right)
right - authorizationpublic Iterator<UserRight> iterator()
java.util.Iterator over UserRight.
The returned Iterator can be used to remove elements by using the remove() method.public void clear()
public int size()
Copyright © 2021. All rights reserved.