|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.voms.service.Constants
Constants used in both the clients and the server. None of these constants should ever be changed.
Field Summary | |
static java.lang.String |
AUTHZMANAGER_ATTRIBUTE_CA
The special CA value in the ADMINS table corresponding to collective administrator that is an authz manager attribute. |
static java.lang.String |
CAPABILITY_CA
The special CA value in the ADMINS table corresponding to collective administrator that is a capability. |
static java.lang.String |
GROUP_CA
The special CA value in the ADMINS table corresponding to collective administrator that is a group. |
static java.lang.String |
INTERNAL_DN_PREFIX
The prefix distinguishing real CAs and users from virtual ones. |
static int |
REQUEST_CLASSNAME_LIMIT
Limit on the length of class names of requests and actions in the database. |
static int |
REQUEST_STATENAME_LIMIT
Limit on the length of short state names of requests in the database. |
static java.lang.String |
ROLE_CA
The special CA value in the ADMINS table corresponding to collective administrator that is a role. |
static java.lang.String |
SECURITY_CONTEXT_REMOTE_ADDRESS
Security context property name for remote address. |
static int |
SIZE_LIMIT
Limit on the length of DNs in the database. |
static java.lang.String |
VIRTUAL_ADMIN
The DN of the virtual administrator for bootstrap rows and local database maintanence. |
static java.lang.String |
VIRTUAL_CA
The DN of the internal virtual CA. |
Constructor Summary | |
Constants()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String INTERNAL_DN_PREFIX
public static final java.lang.String VIRTUAL_CA
public static final java.lang.String VIRTUAL_ADMIN
public static final java.lang.String AUTHZMANAGER_ATTRIBUTE_CA
public static final java.lang.String GROUP_CA
public static final java.lang.String ROLE_CA
public static final java.lang.String CAPABILITY_CA
public static final int SIZE_LIMIT
public static final int REQUEST_CLASSNAME_LIMIT
public static final int REQUEST_STATENAME_LIMIT
public static final java.lang.String SECURITY_CONTEXT_REMOTE_ADDRESS
Constructor Detail |
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |