org.edg.security.voms.service
Class QualifiedRole

java.lang.Object
  |
  +--org.edg.security.voms.service.QualifiedRole
Direct Known Subclasses:
QualifiedRoleHelper

public class QualifiedRole
extends java.lang.Object

A class describing a role instance, i.e. a role qualified by a group name.


Constructor Summary
QualifiedRole()
           
 
Method Summary
 java.lang.String getGroup()
          Get the name of the group associated with this role instance.
 java.lang.String getRole()
          Get the name of the role.
 void setGroup(java.lang.String groupname)
          Set the name of the group associated with this role instance.
 void setRole(java.lang.String rolename)
          Set the name of the role.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualifiedRole

public QualifiedRole()
Method Detail

setGroup

public void setGroup(java.lang.String groupname)
Set the name of the group associated with this role instance.


getGroup

public java.lang.String getGroup()
Get the name of the group associated with this role instance.


setRole

public void setRole(java.lang.String rolename)
Set the name of the role.


getRole

public java.lang.String getRole()
Get the name of the role.