org.apache.pluto.portalImpl.om.common.impl
Class SecurityRoleRefSetImpl.Unmodifiable

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.common.impl.UnmodifiableSet
      extended by org.apache.pluto.portalImpl.om.common.impl.SecurityRoleRefSetImpl.Unmodifiable
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable, java.util.Collection, java.util.Set
Enclosing class:
SecurityRoleRefSetImpl

public static class SecurityRoleRefSetImpl.Unmodifiable
extends UnmodifiableSet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.pluto.portalImpl.om.common.impl.UnmodifiableSet
c
 
Constructor Summary
SecurityRoleRefSetImpl.Unmodifiable(SecurityRoleRefSet c)
           
 
Method Summary
 SecurityRoleRef get(java.lang.String roleName)
           
 
Methods inherited from class org.apache.pluto.portalImpl.om.common.impl.UnmodifiableSet
add, addAll, clear, contains, containsAll, equals, getModifiableSet, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityRoleRefSetImpl.Unmodifiable

public SecurityRoleRefSetImpl.Unmodifiable(SecurityRoleRefSet c)
Method Detail

get

public SecurityRoleRef get(java.lang.String roleName)