org.apache.jetspeed.om.common.servlet
Interface MutableSecurityRoleSet

All Superinterfaces:
Collection, org.apache.pluto.om.Model, org.apache.pluto.om.common.SecurityRoleSet, Set

public interface MutableSecurityRoleSet
extends org.apache.pluto.om.common.SecurityRoleSet

MutableSecurityRoleSet

Version:
$Id: MutableSecurityRoleSet.java 186724 2004-06-05 05:10:46Z taylor $
Author:
Ate Douma

Method Summary
 org.apache.pluto.om.common.SecurityRole add(org.apache.pluto.om.common.SecurityRole securityRole)
          Adds a SecurityRole to the set
 
Methods inherited from interface org.apache.pluto.om.common.SecurityRoleSet
get
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

add

public org.apache.pluto.om.common.SecurityRole add(org.apache.pluto.om.common.SecurityRole securityRole)
Adds a SecurityRole to the set

Parameters:
securityRole - the security-role to be added
Returns:
the new SecurityRole


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.