org.globus.ogsa.impl.base.cas
Class CasConstants
java.lang.Object
org.globus.ogsa.impl.base.cas.CasConstants
- public class CasConstants
- extends java.lang.Object
Constants used by CAS package
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionNumber
public static final java.lang.String versionNumber
- See Also:
- Constant Field Values
OID
public static final java.lang.String OID
- See Also:
- Constant Field Values
CAS_PROXY_TAG
public static final java.lang.String CAS_PROXY_TAG
- See Also:
- Constant Field Values
RESOURCE_WILDCARD
public static final java.lang.String RESOURCE_WILDCARD
- See Also:
- Constant Field Values
ACTION_WILDCARD
public static final java.lang.String ACTION_WILDCARD
- See Also:
- Constant Field Values
ACTION_NS_WILDCARD
public static final java.lang.String ACTION_NS_WILDCARD
- See Also:
- Constant Field Values
SAML_DECISION
public static final java.lang.String SAML_DECISION
- See Also:
- Constant Field Values
X509_FORMAT
public static final java.lang.String X509_FORMAT
- See Also:
- Constant Field Values
X509_CONFIRMATION_METHOD
public static final java.lang.String X509_CONFIRMATION_METHOD
- See Also:
- Constant Field Values
EXACT_ALGNAME
public static final java.lang.String EXACT_ALGNAME
- See Also:
- Constant Field Values
WILD_ALGNAME
public static final java.lang.String WILD_ALGNAME
- See Also:
- Constant Field Values
EXACT_ALG_CLASSNAME
public static final java.lang.String EXACT_ALG_CLASSNAME
- See Also:
- Constant Field Values
WILD_ALG_CLASSNAME
public static final java.lang.String WILD_ALG_CLASSNAME
- See Also:
- Constant Field Values
ADD_OPERATION
public static final java.lang.String ADD_OPERATION
- See Also:
- Constant Field Values
REMOVE_OPERATION
public static final java.lang.String REMOVE_OPERATION
- See Also:
- Constant Field Values
CREATE_OPERATION
public static final java.lang.String CREATE_OPERATION
- See Also:
- Constant Field Values
DELETE_OPERATION
public static final java.lang.String DELETE_OPERATION
- See Also:
- Constant Field Values
OBJECT_SPEC
public static final java.lang.String OBJECT_SPEC
- See Also:
- Constant Field Values
OBJECTGP_SPEC
public static final java.lang.String OBJECTGP_SPEC
- See Also:
- Constant Field Values
SERVICETYPE_SPEC
public static final java.lang.String SERVICETYPE_SPEC
- See Also:
- Constant Field Values
NAMESPACE_SPEC
public static final java.lang.String NAMESPACE_SPEC
- See Also:
- Constant Field Values
USER_SPEC
public static final java.lang.String USER_SPEC
- See Also:
- Constant Field Values
USERGP_SPEC
public static final java.lang.String USERGP_SPEC
- See Also:
- Constant Field Values
SERVICEACTION_SPEC
public static final java.lang.String SERVICEACTION_SPEC
- See Also:
- Constant Field Values
SERVICEACTIONGP_SPEC
public static final java.lang.String SERVICEACTIONGP_SPEC
- See Also:
- Constant Field Values
TRUSTANCHOR_SPEC
public static final java.lang.String TRUSTANCHOR_SPEC
- See Also:
- Constant Field Values
POLICY_SPEC
public static final java.lang.String POLICY_SPEC
- See Also:
- Constant Field Values
USER_COMMUNITY
public static final java.lang.String USER_COMMUNITY
- See Also:
- Constant Field Values
SERVICETYPE_CAS
public static final java.lang.String SERVICETYPE_CAS
- See Also:
- Constant Field Values
SERVICEACTION_DELIMITER
public static final java.lang.String SERVICEACTION_DELIMITER
- See Also:
- Constant Field Values
OBJECTSPEC_DELIMITER
public static final java.lang.String OBJECTSPEC_DELIMITER
- See Also:
- Constant Field Values
ACTION_SU
public static final java.lang.String ACTION_SU
- See Also:
- Constant Field Values
ACTION_ENROLL_ANCHOR
public static final java.lang.String ACTION_ENROLL_ANCHOR
- See Also:
- Constant Field Values
ACTION_ENROLL_USER
public static final java.lang.String ACTION_ENROLL_USER
- See Also:
- Constant Field Values
ACTION_ENROLL_NAMESPACE
public static final java.lang.String ACTION_ENROLL_NAMESPACE
- See Also:
- Constant Field Values
ACTION_ENROLL_OBJECT
public static final java.lang.String ACTION_ENROLL_OBJECT
- See Also:
- Constant Field Values
ACTION_CREATE_SERVICE_TYPE
public static final java.lang.String ACTION_CREATE_SERVICE_TYPE
- See Also:
- Constant Field Values
ACTION_CREATE_SERVICEACTION_GROUP
public static final java.lang.String ACTION_CREATE_SERVICEACTION_GROUP
- See Also:
- Constant Field Values
ACTION_CREATE_USER_GROUP
public static final java.lang.String ACTION_CREATE_USER_GROUP
- See Also:
- Constant Field Values
ACTION_CREATE_OBJECT_GROUP
public static final java.lang.String ACTION_CREATE_OBJECT_GROUP
- See Also:
- Constant Field Values
ACTION_DELETE_GROUP
public static final java.lang.String ACTION_DELETE_GROUP
- See Also:
- Constant Field Values
ACTION_ADD_GROUP_ENTRY
public static final java.lang.String ACTION_ADD_GROUP_ENTRY
- See Also:
- Constant Field Values
ACTION_REMOVE_GROUP_ENTRY
public static final java.lang.String ACTION_REMOVE_GROUP_ENTRY
- See Also:
- Constant Field Values
ACTION_UNENROLL
public static final java.lang.String ACTION_UNENROLL
- See Also:
- Constant Field Values
ACTION_QUERY
public static final java.lang.String ACTION_QUERY
- See Also:
- Constant Field Values
ACTION_GRANTALL
public static final java.lang.String ACTION_GRANTALL
- See Also:
- Constant Field Values
ACTION_GRANT
public static final java.lang.String ACTION_GRANT
- See Also:
- Constant Field Values
ACTION_REVOKE
public static final java.lang.String ACTION_REVOKE
- See Also:
- Constant Field Values
NAMESPACE_SELF
public static final java.lang.String NAMESPACE_SELF
- See Also:
- Constant Field Values
OBJECT_SELF
public static final java.lang.String OBJECT_SELF
- See Also:
- Constant Field Values
unenrollPolicy
public static PolicyData unenrollPolicy
trustEnrollPolicy
public static PolicyData trustEnrollPolicy
userEnrollPolicy
public static PolicyData userEnrollPolicy
namespaceEnrollPolicy
public static PolicyData namespaceEnrollPolicy
objectEnrollPolicy
public static PolicyData objectEnrollPolicy
serviceTypeCreationPolicy
public static PolicyData serviceTypeCreationPolicy
objectGpCreationPolicy
public static PolicyData objectGpCreationPolicy
userGpCreationPolicy
public static PolicyData userGpCreationPolicy
serviceActionGpCreationPolicy
public static PolicyData serviceActionGpCreationPolicy
gpDeletionPolicy
public static PolicyData gpDeletionPolicy
gpAddEntryPolicy
public static PolicyData gpAddEntryPolicy
gpDeleteEntryPolicy
public static PolicyData gpDeleteEntryPolicy
grantAllPolicy
public static PolicyData grantAllPolicy
grantPolicy
public static PolicyData grantPolicy
revokePolicy
public static PolicyData revokePolicy
queryPolicy
public static PolicyData queryPolicy
CasConstants
public CasConstants()
initializePolicies
public static void initializePolicies()
throws CasDBException
- Throws:
CasDBException