com.sun.mdm.index.edm.services.security
Class Role

java.lang.Object
  extended bycom.sun.mdm.index.edm.services.security.Role

public class Role
extends java.lang.Object


Constructor Summary
Role()
          Creates a new instance of Role
Role(java.lang.String name, java.util.ArrayList operations)
          Constructor for the Role class.
 
Method Summary
 java.lang.String getName()
          Getter for the name member.
 java.util.ArrayList getOperations()
          Getter for the operations member.
 void setOperations(java.util.ArrayList operations)
          Setter for the name member.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Role

public Role()
Creates a new instance of Role


Role

public Role(java.lang.String name,
            java.util.ArrayList operations)
Constructor for the Role class.

Parameters:
name - Name of the role.
operations - Valid operations for this role.
Method Detail

getName

public java.lang.String getName()
Getter for the name member.


getOperations

public java.util.ArrayList getOperations()
Getter for the operations member.


setOperations

public void setOperations(java.util.ArrayList operations)
Setter for the name member.



Sun Microsystems, Inc.