Go to the source code of this file.
Variables | |
const pep_pip_t * | authzinterop2gridwn_adapter_pip |
AuthZ Interop Profile to Grid WN AuthZ Profile PIP adapter. | |
const pep_obligationhandler_t * | gridwn2authzinterop_adapter_oh |
Grid WN AuthZ Profile to AuthZ Interop Profile ObligationHandler adapter. | |
static const char | XACML_AUTHZINTEROP_OBLIGATION_AFS_TOKEN [] = "http://authz-interop.org/xacml/obligation/afs-token" |
XACML AuthZ Interop Obligation afs-token identifier (XACML Authz Interop: AFS Token). | |
static const char | XACML_AUTHZINTEROP_OBLIGATION_ATTR_AFS_TOKEN [] = "http://authz-interop.org/xacml/attribute/afs-token" |
XACML AuthZ Interop Obligation/AttributeAssignment afs-token identifier (Datatype: base64Binary). | |
static const char | XACML_AUTHZINTEROP_OBLIGATION_ATTR_POSIX_GID [] = "http://authz-interop.org/xacml/attribute/posix-gid" |
XACML AuthZ Interop Obligation/AttributeAssignment posix-gid identifier (C Datatype: string, must be converted to integer). | |
static const char | XACML_AUTHZINTEROP_OBLIGATION_ATTR_POSIX_UID [] = "http://authz-interop.org/xacml/attribute/posix-uid" |
XACML AuthZ Interop Obligation/AttributeAssignment posix-uid identifier (C Datatype: string, must be converted to integer). | |
static const char | XACML_AUTHZINTEROP_OBLIGATION_ATTR_USERNAME [] = "http://authz-interop.org/xacml/attribute/username" |
XACML AuthZ Interop Obligation/AttributeAssignment username identifier (Datatype: string). | |
static const char | XACML_AUTHZINTEROP_OBLIGATION_SECONDARY_GIDS [] = "http://authz-interop.org/xacml/obligation/secondary-gids" |
XACML AuthZ Interop Obligation secondary-gids identifier (XACML Authz Interop: Multiple Secondary GIDs). | |
static const char | XACML_AUTHZINTEROP_OBLIGATION_UIDGID [] = "http://authz-interop.org/xacml/obligation/uidgid" |
XACML AuthZ Interop Obligation uidgid identifier (XACML Authz Interop: UID GID). | |
static const char | XACML_AUTHZINTEROP_OBLIGATION_USERNAME [] = "http://authz-interop.org/xacml/obligation/username" |
XACML AuthZ Interop Obligation username identifier (XACML Authz Interop: Username). | |
static const char | XACML_AUTHZINTEROP_SUBJECT_CERTCHAIN [] = "http://authz-interop.org/xacml/subject/cert-chain" |
XACML AuthZ Interop Subject/Attribute cert-chain identifier (Datatype: base64Binary). | |
static const char | XACML_AUTHZINTEROP_SUBJECT_VO [] = "http://authz-interop.org/xacml/subject/vo" |
XACML AuthZ Interop Subject/Attribute vo identifier (Datatype: string). | |
static const char | XACML_AUTHZINTEROP_SUBJECT_VOMS_FQAN [] = "http://authz-interop.org/xacml/subject/voms-fqan" |
XACML AuthZ Interop Subject/Attribute voms-fqan identifier (Datatype: string). | |
static const char | XACML_AUTHZINTEROP_SUBJECT_VOMS_PRIMARY_FQAN [] = "http://authz-interop.org/xacml/subject/voms-primary-fqan" |
XACML AuthZ Interop Subject/Attribute voms-primary-fqan identifier (Datatype: string). | |
static const char | XACML_AUTHZINTEROP_SUBJECT_X509_ID [] = "http://authz-interop.org/xacml/subject/subject-x509-id" |
XACML AuthZ Interop Subject/Attribute subject-x509-id identifier (Datatype: string, OpenSSL format). | |
static const char | XACML_AUTHZINTEROP_SUBJECT_X509_ISSUER [] = "http://authz-interop.org/xacml/subject/subject-x509-issuer" |
XACML AuthZ Interop Subject/Attribute subject-x509-issuer identifier (Datatype: string, OpenSSL format). | |
static const char | XACML_GRIDWN_ATTRIBUTE_FQAN [] = "http://glite.org/xacml/attribute/fqan" |
XACML Grid WN AuthZ Subject/Attribute fqan identifier. | |
static const char | XACML_GRIDWN_ATTRIBUTE_FQAN_PRIMARY [] = "http://glite.org/xacml/attribute/fqan/primary" |
XACML Grid WN AuthZ Subject/Attribute fqan/primary identifier. | |
static const char | XACML_GRIDWN_ATTRIBUTE_GROUP_ID [] = "http://glite.org/xacml/attribute/group-id" |
XACML Grid WN AuthZ Obligation/AttributeAssignment group-id identifier [XACML Grid WN AuthZ 1.0, 3.6.2]. | |
static const char | XACML_GRIDWN_ATTRIBUTE_GROUP_ID_PRIMARY [] = "http://glite.org/xacml/attribute/group-id/primary" |
XACML Grid WN AuthZ Obligation/AttributeAssignment group-id/primary identifier [XACML Grid WN AuthZ 1.0, 3.6.3]. | |
static const char | XACML_GRIDWN_ATTRIBUTE_PILOT_JOB_CLASSIFIER [] = "http://glite.org/xacml/attribute/pilot-job-classifer" |
XACML Grid WN AuthZ Action/Attribute pilot-job-classifer identifier. | |
static const char | XACML_GRIDWN_ATTRIBUTE_PROFILE_ID [] = "http://glite.org/xacml/attribute/profile-id" |
XACML Grid WN AuthZ Environment/Attribute profile-id identifier. | |
static const char | XACML_GRIDWN_ATTRIBUTE_SUBJECT_ISSUER [] = "http://glite.org/xacml/attribute/subject-issuer" |
XACML Grid WN AuthZ Subject/Attribute subject-issuer identifier. | |
static const char | XACML_GRIDWN_ATTRIBUTE_USER_ID [] = "http://glite.org/xacml/attribute/user-id" |
XACML Grid WN AuthZ Obligation/AttributeAssignment user-id identifier [XACML Grid WN AuthZ 1.0, 3.6.1]. | |
static const char | XACML_GRIDWN_ATTRIBUTE_VIRTUAL_ORGANIZATION [] = "http://glite.org/xacml/attribute/virtual-organization" |
XACML Grid WN AuthZ Subject/Attribute virutal-organization identifier. | |
static const char | XACML_GRIDWN_ATTRIBUTE_VOMS_ISSUER [] = "http://glite.org/xacml/attribute/voms-issuer" |
XACML Grid WN AuthZ Subject/Attribute voms-issuer identifier [XACML Grid WN AuthZ 1.0, 4.6.2]. | |
static const char | XACML_GRIDWN_DATATYPE_FQAN [] = "http://glite.org/xacml/datatype/fqan" |
XACML Grid WN AuthZ fqan datatype [XACML Grid WN AuthZ 1.0, 3.7.1]. | |
static const char | XACML_GRIDWN_OBLIGATION_LOCAL_ENVIRONMENT_MAP [] = "http://glite.org/xacml/obligation/local-environment-map" |
XACML Grid WN AuthZ Obligation local-environment-map identifier [XACML Grid WN AuthZ 1.0, 3.5.1]. | |
static const char | XACML_GRIDWN_OBLIGATION_LOCAL_ENVIRONMENT_MAP_POSIX [] = "http://glite.org/xacml/obligation/local-environment-map/posix" |
XACML Grid WN AuthZ Obligation local-environment-map/posix identifier [XACML Grid WN AuthZ 1.0, 3.5.2]. | |
static const char | XACML_GRIDWN_PROFILE_VERSION [] = "http://glite.org/xacml/profile/grid-wn/1.0" |
XACML Grid WN AuthZ Profile version value [XACML Grid WN AuthZ 1.0, 3.1.1]. |