org.apache.pluto.om.common
Interface SecurityRoleRefSet

All Superinterfaces:
java.util.Collection, java.lang.Iterable, Model, java.util.Set

public interface SecurityRoleRefSet
extends java.util.Set, Model

The SecurityRoleRefSet interface ...

This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.


Method Summary
 SecurityRoleRef get(java.lang.String name)
          Returns the security role reference of the given name
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

get

SecurityRoleRef get(java.lang.String name)
Returns the security role reference of the given name

Returns:
the security role ref object for the given name


Copyright © 2003-2011 . All Rights Reserved.