|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.voms.service.QualifiedRole
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 |
public QualifiedRole()
Method Detail |
public void setGroup(java.lang.String groupname)
public java.lang.String getGroup()
public void setRole(java.lang.String rolename)
public java.lang.String getRole()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |