|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractSet
java.util.HashSet
org.apache.pluto.portalImpl.om.common.impl.SecurityRoleSetImpl
| Nested Class Summary | |
static class |
SecurityRoleSetImpl.Unmodifiable
|
| Constructor Summary | |
SecurityRoleSetImpl()
|
|
| Method Summary | |
org.apache.pluto.om.common.SecurityRole |
add(org.apache.pluto.om.common.SecurityRole securityRole)
|
org.apache.pluto.om.common.SecurityRole |
add(java.lang.String roleName,
java.lang.String description)
|
org.apache.pluto.om.common.SecurityRole |
get(java.lang.String roleName)
|
void |
remove(org.apache.pluto.om.common.SecurityRole securityRole)
|
org.apache.pluto.om.common.SecurityRole |
remove(java.lang.String roleName)
|
java.lang.String |
toString()
|
java.lang.String |
toString(int indent)
|
| Methods inherited from class java.util.HashSet |
add, clear, clone, contains, isEmpty, iterator, remove, size |
| Methods inherited from class java.util.AbstractSet |
equals, hashCode, removeAll |
| Methods inherited from class java.util.AbstractCollection |
addAll, containsAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
public SecurityRoleSetImpl()
| Method Detail |
public org.apache.pluto.om.common.SecurityRole get(java.lang.String roleName)
get in interface org.apache.pluto.om.common.SecurityRoleSetpublic org.apache.pluto.om.common.SecurityRole add(org.apache.pluto.om.common.SecurityRole securityRole)
public org.apache.pluto.om.common.SecurityRole add(java.lang.String roleName,
java.lang.String description)
public void remove(org.apache.pluto.om.common.SecurityRole securityRole)
public org.apache.pluto.om.common.SecurityRole remove(java.lang.String roleName)
public java.lang.String toString()
public java.lang.String toString(int indent)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||