org.apache.cocoon.portal.pluto.om.common
Class SecurityRoleSetImpl

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by org.apache.cocoon.portal.pluto.om.common.SecurityRoleSetImpl
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Set, org.apache.pluto.om.common.SecurityRoleSet, org.apache.pluto.om.Model

public class SecurityRoleSetImpl
extends HashSet
implements org.apache.pluto.om.common.SecurityRoleSet, Serializable

Version:
CVS $Id: SecurityRoleSetImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

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(String roleName, String description)
           
 org.apache.pluto.om.common.SecurityRole get(String roleName)
           
 void remove(org.apache.pluto.om.common.SecurityRole securityRole)
           
 org.apache.pluto.om.common.SecurityRole remove(String roleName)
           
 String toString()
           
 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

SecurityRoleSetImpl

public SecurityRoleSetImpl()
Method Detail

get

public org.apache.pluto.om.common.SecurityRole get(String roleName)
Specified by:
get in interface org.apache.pluto.om.common.SecurityRoleSet

add

public org.apache.pluto.om.common.SecurityRole add(org.apache.pluto.om.common.SecurityRole securityRole)

add

public org.apache.pluto.om.common.SecurityRole add(String roleName,
                                                   String description)

remove

public void remove(org.apache.pluto.om.common.SecurityRole securityRole)

remove

public org.apache.pluto.om.common.SecurityRole remove(String roleName)

toString

public String toString()
Overrides:
toString in class AbstractCollection

toString

public String toString(int indent)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.