|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.transfer.Roles
Roles definitions.
Field Summary | |
StringPair[] |
channelManager
Holds a list of pairs channelName/principal, where the channelName holds the name of a channel for which the client is a manager, and the principal holds the principal that gives this role to the client (VOMS role or DN). |
java.lang.String |
clientDN
The DN of the client owning these roles. |
java.lang.String |
serviceAdmin
Null if the client is not a service admin. |
java.lang.String |
submitter
Null if the client does not have submit privileges. |
StringPair[] |
VOManager
Holds a list of pairs VOName/principal, where the VOName holds the name of a VO for which the client is a manager, and the principal holds the principal that gives this role to the client (VOMS role or DN). |
Constructor Summary | |
Roles()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String clientDN
public java.lang.String serviceAdmin
public java.lang.String submitter
public StringPair[] VOManager
public StringPair[] channelManager
Constructor Detail |
public Roles()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |