Method Summary |
|
public void | clear() Removes all Objects from this Set. |
public boolean | contains(String groupName) Searches if an Object with a given name is in the
Set
Parameters: roleName - Name of the Security Object. |
public boolean | containsId(int id) Searches if an Object with a given Id is in the
Set
Parameters: id - Id of the Security Object. |
public boolean | containsName(String name) Searches if an Object with a given name is in the
Set
Parameters: roleName - Name of the Security Object. |
public Iterator | elements() |
public Set | getIds() Returns a set of Id values in this Object. |
public Set | getNames() Returns a set of Names in this Object. |
public Set | getSet() Returns a set of security objects in this object. |
public Iterator | iterator() Returns an Iterator for Objects in this Set. |
public int | size() Returns size (cardinality) of this set. |
public String | toString() |