|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.edm.services.security.Role
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 |
public Role()
public Role(java.lang.String name, java.util.ArrayList operations)
name
- Name of the role.operations
- Valid operations for this role.Method Detail |
public java.lang.String getName()
public java.util.ArrayList getOperations()
public void setOperations(java.util.ArrayList operations)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.