|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.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 |
ANYUSER_ADMIN
The DN of the virtual ACL entry subject matching any authenticated user. |
static java.lang.String |
AUTHZMANAGER_ATTRIBUTE_CA
The special CA value in the ADMINS table corresponding to a collective administrator that is an authz manager attribute. |
static java.lang.String |
CAPABILITY_CA
The special CA value in the ADMINS table corresponding to a collective administrator that is a capability. |
static java.lang.String |
GLOBAL_ACL_NAME
The fully qualified container name of the virtual container that holds the global ACL. |
static java.lang.String |
GROUP_CA
The special CA value in the ADMINS table corresponding to a collective administrator that is a group. |
static java.lang.String |
INTERNAL_ADMIN
The DN used for denoting records changed by an internal VOMS mechanism. |
static java.lang.String |
INTERNAL_DN_PREFIX
The prefix distinguishing real CAs and users from virtual ones. |
static java.lang.String |
LOCAL_ADMIN
The DN of the virtual administrator for bootstrap rows and local database maintanence. |
static java.lang.String |
PUBLIC_ADMIN
The DN of the virtual ACL entry subject matching absolutely anyone, including unauthenticated users. |
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 a 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 |
UNAUTHENTICATED_CLIENT
The DN of the virtual administrator for unauthenticated clients. |
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 LOCAL_ADMIN
public static final java.lang.String INTERNAL_ADMIN
public static final java.lang.String UNAUTHENTICATED_CLIENT
public static final java.lang.String ANYUSER_ADMIN
public static final java.lang.String PUBLIC_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
public static final java.lang.String GLOBAL_ACL_NAME
Constructor Detail |
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |