org.glite.authz.common.profile
Class GLiteAuthorizationProfileConstants

java.lang.Object
  extended by org.glite.authz.common.profile.GLiteAuthorizationProfileConstants

public class GLiteAuthorizationProfileConstants
extends java.lang.Object

XACML namespaces, datatype and identifiers constants for the gLite XACML Grid Computing Element Authorization Profile v1.0 and the XACML Grid Worker Node Authorization Profile v1.0 profiles.


Field Summary
static java.lang.String DATATYPE_ANY_URI
          The datatype #anyURI: "http://www.w3.org/2001/XMLSchema#anyURI"
static java.lang.String DATATYPE_FQAN
          The datatype FQAN: "http://glite.org/xacml/datatype/fqan"
static java.lang.String DATATYPE_STRING
          The datatype #string: "http://www.w3.org/2001/XMLSchema#string"
static java.lang.String DATATYPE_X500_NAME
          The datatype X.500 name (RFC2253 format DN): "urn:oasis:names:tc:xacml:1.0:data-type:x500Name" .
static java.lang.String GRID_CE_AUTHZ_V1_PROFILE_ID
          Profile ID for the XACML Grid Computing Element Authorization Profile v1.0: "http://glite.org/xacml/profile/grid-ce/1.0"
static java.lang.String GRID_WN_AUTHZ_V1_PROFILE_ID
          Profile ID for the XACML Grid Worker Node Authorization Profile v1.0: "http://glite.org/xacml/profile/grid-wn/1.0"
static java.lang.String ID_ALGORITHM_FQAN_EXACT_MATCH
          The algorithm FQAN exact match id: "http://glite.org/xacml/algorithm/fqan-match"
static java.lang.String ID_ALGORITHM_FQAN_REGEXP_MATCH
          The algorithm FQAN regular expression match id: "http://glite.org/xacml/algorithm/fqan-regexp-match"
static java.lang.String ID_ATTRIBUTE_ACTION_ID
          The attribute id action-id identifier: "urn:oasis:names:tc:xacml:1.0:action:action-id"
static java.lang.String ID_ATTRIBUTE_FQAN
          The attribute id FQAN identifier: "http://glite.org/xacml/attribute/fqan"
static java.lang.String ID_ATTRIBUTE_GROUP_ID
          The attribute id group-id identifier: "http://glite.org/xacml/attribute/group-id" .
static java.lang.String ID_ATTRIBUTE_PILOT_JOB_CLASSIFIER
          The attribute id pilot-job-classifier identifier: "http://glite.org/xacml/attribute/pilot-job-classifier"
static java.lang.String ID_ATTRIBUTE_PRIMARY_FQAN
          The attribute id primary FQAN identifier: "http://glite.org/xacml/attribute/fqan/primary"
static java.lang.String ID_ATTRIBUTE_PRIMARY_GROUP_ID
          The attribute id primary group-id identifier: "http://glite.org/xacml/attribute/group-id/primary" .
static java.lang.String ID_ATTRIBUTE_PROFILE_ID
          The attribute id profile-id identifier: "http://glite.org/xacml/attribute/profile-id" .
static java.lang.String ID_ATTRIBUTE_RESOURCE_ID
          The attribute id resource-id identifier: "urn:oasis:names:tc:xacml:1.0:resource:resource-id"
static java.lang.String ID_ATTRIBUTE_SUBJECT_ID
          The attribute id subject-id identifier: "urn:oasis:names:tc:xacml:1.0:subject:subject-id"
static java.lang.String ID_ATTRIBUTE_SUBJECT_ISSUER
          The attribute id subject-issuer identifier: "http://glite.org/xacml/attribute/subject-issuer"
static java.lang.String ID_ATTRIBUTE_SUBJECT_KEY_INFO
          The attribute id subject key-info identifier: "urn:oasis:names:tc:xacml:1.0:subject:key-info"
static java.lang.String ID_ATTRIBUTE_USER_ID
          The attribute id user-id identifier: "http://glite.org/xacml/attribute/user-id" .
static java.lang.String ID_ATTRIBUTE_VIRTUAL_ORGANIZATION
          The attribute id virtual-organization identifier: "http://glite.org/xacml/attribute/virtual-organization"
static java.lang.String ID_OBLIGATION_LOCAL_ENV_MAP
          The obligation id map to local environment identifier: "http://glite.org/xacml/obligation/local-environment-map" .
static java.lang.String ID_OBLIGATION_POSIX_ENV_MAP
          The obligation id map to POSIX environment identifier: "http://glite.org/xacml/obligation/local-environment-map/posix" .
static java.lang.String NS_ACTION
          The action namespace: "http://glite.org/xacml/action" .
static java.lang.String NS_ALGORITHM
          The algorithm namespace: "http://glite.org/xacml/algorithm" .
static java.lang.String NS_ATTRIBUTE
          The attribute namespace: "http://glite.org/xacml/attribute" .
static java.lang.String NS_DATATYPE
          The datatype namespace: "http://glite.org/xacml/datatype" .
static java.lang.String NS_OBLIGATION
          The obligation namespace: "http://glite.org/xacml/obligation" .
static java.lang.String NS_PROFILE
          The profile namespace: "http://glite.org/xacml/profile" .
 
Constructor Summary
GLiteAuthorizationProfileConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_ATTRIBUTE

public static final java.lang.String NS_ATTRIBUTE
The attribute namespace: "http://glite.org/xacml/attribute" .

See Also:
Constant Field Values

NS_ACTION

public static final java.lang.String NS_ACTION
The action namespace: "http://glite.org/xacml/action" .

See Also:
Constant Field Values

NS_DATATYPE

public static final java.lang.String NS_DATATYPE
The datatype namespace: "http://glite.org/xacml/datatype" .

See Also:
Constant Field Values

NS_PROFILE

public static final java.lang.String NS_PROFILE
The profile namespace: "http://glite.org/xacml/profile" .

See Also:
Constant Field Values

NS_OBLIGATION

public static final java.lang.String NS_OBLIGATION
The obligation namespace: "http://glite.org/xacml/obligation" .

See Also:
Constant Field Values

NS_ALGORITHM

public static final java.lang.String NS_ALGORITHM
The algorithm namespace: "http://glite.org/xacml/algorithm" .

See Also:
Constant Field Values

ID_ATTRIBUTE_PROFILE_ID

public static final java.lang.String ID_ATTRIBUTE_PROFILE_ID
The attribute id profile-id identifier: "http://glite.org/xacml/attribute/profile-id" .

See Also:
Constant Field Values

ID_ATTRIBUTE_SUBJECT_ISSUER

public static final java.lang.String ID_ATTRIBUTE_SUBJECT_ISSUER
The attribute id subject-issuer identifier: "http://glite.org/xacml/attribute/subject-issuer"

See Also:
Constant Field Values

ID_ATTRIBUTE_SUBJECT_ID

public static final java.lang.String ID_ATTRIBUTE_SUBJECT_ID
The attribute id subject-id identifier: "urn:oasis:names:tc:xacml:1.0:subject:subject-id"

See Also:
Constant Field Values

ID_ATTRIBUTE_SUBJECT_KEY_INFO

public static final java.lang.String ID_ATTRIBUTE_SUBJECT_KEY_INFO
The attribute id subject key-info identifier: "urn:oasis:names:tc:xacml:1.0:subject:key-info"

See Also:
Constant Field Values

ID_ATTRIBUTE_VIRTUAL_ORGANIZATION

public static final java.lang.String ID_ATTRIBUTE_VIRTUAL_ORGANIZATION
The attribute id virtual-organization identifier: "http://glite.org/xacml/attribute/virtual-organization"

See Also:
Constant Field Values

ID_ATTRIBUTE_FQAN

public static final java.lang.String ID_ATTRIBUTE_FQAN
The attribute id FQAN identifier: "http://glite.org/xacml/attribute/fqan"

See Also:
Constant Field Values

ID_ATTRIBUTE_PRIMARY_FQAN

public static final java.lang.String ID_ATTRIBUTE_PRIMARY_FQAN
The attribute id primary FQAN identifier: "http://glite.org/xacml/attribute/fqan/primary"

See Also:
Constant Field Values

ID_ATTRIBUTE_PILOT_JOB_CLASSIFIER

public static final java.lang.String ID_ATTRIBUTE_PILOT_JOB_CLASSIFIER
The attribute id pilot-job-classifier identifier: "http://glite.org/xacml/attribute/pilot-job-classifier"

See Also:
Constant Field Values

ID_ATTRIBUTE_USER_ID

public static final java.lang.String ID_ATTRIBUTE_USER_ID
The attribute id user-id identifier: "http://glite.org/xacml/attribute/user-id" .

See Also:
Constant Field Values

ID_ATTRIBUTE_GROUP_ID

public static final java.lang.String ID_ATTRIBUTE_GROUP_ID
The attribute id group-id identifier: "http://glite.org/xacml/attribute/group-id" .

See Also:
Constant Field Values

ID_ATTRIBUTE_PRIMARY_GROUP_ID

public static final java.lang.String ID_ATTRIBUTE_PRIMARY_GROUP_ID
The attribute id primary group-id identifier: "http://glite.org/xacml/attribute/group-id/primary" .

See Also:
Constant Field Values

ID_ATTRIBUTE_RESOURCE_ID

public static final java.lang.String ID_ATTRIBUTE_RESOURCE_ID
The attribute id resource-id identifier: "urn:oasis:names:tc:xacml:1.0:resource:resource-id"

See Also:
Constant Field Values

ID_ATTRIBUTE_ACTION_ID

public static final java.lang.String ID_ATTRIBUTE_ACTION_ID
The attribute id action-id identifier: "urn:oasis:names:tc:xacml:1.0:action:action-id"

See Also:
Constant Field Values

ID_OBLIGATION_LOCAL_ENV_MAP

public static final java.lang.String ID_OBLIGATION_LOCAL_ENV_MAP
The obligation id map to local environment identifier: "http://glite.org/xacml/obligation/local-environment-map" .

See Also:
Constant Field Values

ID_OBLIGATION_POSIX_ENV_MAP

public static final java.lang.String ID_OBLIGATION_POSIX_ENV_MAP
The obligation id map to POSIX environment identifier: "http://glite.org/xacml/obligation/local-environment-map/posix" .

See Also:
Constant Field Values

DATATYPE_FQAN

public static final java.lang.String DATATYPE_FQAN
The datatype FQAN: "http://glite.org/xacml/datatype/fqan"

See Also:
Constant Field Values

DATATYPE_ANY_URI

public static final java.lang.String DATATYPE_ANY_URI
The datatype #anyURI: "http://www.w3.org/2001/XMLSchema#anyURI"

See Also:
Constant Field Values

DATATYPE_STRING

public static final java.lang.String DATATYPE_STRING
The datatype #string: "http://www.w3.org/2001/XMLSchema#string"

See Also:
Constant Field Values

DATATYPE_X500_NAME

public static final java.lang.String DATATYPE_X500_NAME
The datatype X.500 name (RFC2253 format DN): "urn:oasis:names:tc:xacml:1.0:data-type:x500Name" .

See Also:
Constant Field Values

ID_ALGORITHM_FQAN_EXACT_MATCH

public static final java.lang.String ID_ALGORITHM_FQAN_EXACT_MATCH
The algorithm FQAN exact match id: "http://glite.org/xacml/algorithm/fqan-match"

See Also:
Constant Field Values

ID_ALGORITHM_FQAN_REGEXP_MATCH

public static final java.lang.String ID_ALGORITHM_FQAN_REGEXP_MATCH
The algorithm FQAN regular expression match id: "http://glite.org/xacml/algorithm/fqan-regexp-match"

See Also:
Constant Field Values

GRID_WN_AUTHZ_V1_PROFILE_ID

public static final java.lang.String GRID_WN_AUTHZ_V1_PROFILE_ID
Profile ID for the XACML Grid Worker Node Authorization Profile v1.0: "http://glite.org/xacml/profile/grid-wn/1.0"

See Also:
Constant Field Values

GRID_CE_AUTHZ_V1_PROFILE_ID

public static final java.lang.String GRID_CE_AUTHZ_V1_PROFILE_ID
Profile ID for the XACML Grid Computing Element Authorization Profile v1.0: "http://glite.org/xacml/profile/grid-ce/1.0"

See Also:
Constant Field Values
Constructor Detail

GLiteAuthorizationProfileConstants

public GLiteAuthorizationProfileConstants()


Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.