This project has retired. For details please refer to its
Attic page.
MutableSecurityRoleSet (Jetspeed-2 Core API 2.1.3 API)
org.apache.jetspeed.om.common.servlet
Interface MutableSecurityRoleSet
- All Superinterfaces:
- Collection, Iterable, 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 516448 2007-03-09 16:25:47Z ate $
- 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 |
add
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-2007 Apache Software Foundation. All Rights Reserved.