Public Member Functions | |
String | getAdminIssuer () |
void | setAdminIssuer (String adminIssuer) |
String | getAdminSubject () |
void | setAdminSubject (String adminSubject) |
int | getVomsPermissionBits () |
void | setVomsPermissionBits (int vomsPermissionBits) |
Package Attributes | |
String | adminSubject |
String | adminIssuer |
int | vomsPermissionBits = 0 |
Definition at line 34 of file ACLEntry.java.
|
This is the admin issuer, i.e., usually the X509 distinguished name of a Certificate Authority. Definition at line 49 of file ACLEntry.java. Referenced by org.glite.security.voms.services.acl.ACLEntry.getAdminIssuer(). |
|
This is the admin subject, i.e., usually an X509 distinguished name. Definition at line 44 of file ACLEntry.java. Referenced by org.glite.security.voms.services.acl.ACLEntry.getAdminSubject(). |
|
This is a bitmask that define the VOMS permission associated with the Admin. Below the integer value and name for permissions are given:
By summing the above values, one can combine permissions, e.g. "CONTAINER_READ,CONTAINER_WRITE" = 3 Definition at line 73 of file ACLEntry.java. Referenced by org.glite.security.voms.services.acl.ACLEntry.getVomsPermissionBits(). |