Authorization Interoperability Profile
[XACML Profiles]

XACML Attribute and Obligation Profile for Authorization Interoperability in Grids (Version 1.1). More...

Variables

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).

Detailed Description

XACML Attribute and Obligation Profile for Authorization Interoperability in Grids (Version 1.1).

Version:
1.1

Document: https://edms.cern.ch/document/929867/2

XACML Subject's Attribute identifiers, XACML Obligation and Obligation's AttributeAssignment identifiers for the AuthZ Interop Profile


Variable Documentation

const char XACML_AUTHZINTEROP_OBLIGATION_AFS_TOKEN[] = "http://authz-interop.org/xacml/obligation/afs-token" [static]

XACML AuthZ Interop Obligation afs-token identifier (XACML Authz Interop: AFS Token).

const char XACML_AUTHZINTEROP_OBLIGATION_ATTR_AFS_TOKEN[] = "http://authz-interop.org/xacml/attribute/afs-token" [static]

XACML AuthZ Interop Obligation/AttributeAssignment afs-token identifier (Datatype: base64Binary).

const char XACML_AUTHZINTEROP_OBLIGATION_ATTR_POSIX_GID[] = "http://authz-interop.org/xacml/attribute/posix-gid" [static]

XACML AuthZ Interop Obligation/AttributeAssignment posix-gid identifier (C Datatype: string, must be converted to integer).

const char XACML_AUTHZINTEROP_OBLIGATION_ATTR_POSIX_UID[] = "http://authz-interop.org/xacml/attribute/posix-uid" [static]

XACML AuthZ Interop Obligation/AttributeAssignment posix-uid identifier (C Datatype: string, must be converted to integer).

const char XACML_AUTHZINTEROP_OBLIGATION_ATTR_USERNAME[] = "http://authz-interop.org/xacml/attribute/username" [static]

XACML AuthZ Interop Obligation/AttributeAssignment username identifier (Datatype: string).

const char XACML_AUTHZINTEROP_OBLIGATION_SECONDARY_GIDS[] = "http://authz-interop.org/xacml/obligation/secondary-gids" [static]

XACML AuthZ Interop Obligation secondary-gids identifier (XACML Authz Interop: Multiple Secondary GIDs).

const char XACML_AUTHZINTEROP_OBLIGATION_UIDGID[] = "http://authz-interop.org/xacml/obligation/uidgid" [static]

XACML AuthZ Interop Obligation uidgid identifier (XACML Authz Interop: UID GID).

const char XACML_AUTHZINTEROP_OBLIGATION_USERNAME[] = "http://authz-interop.org/xacml/obligation/username" [static]

XACML AuthZ Interop Obligation username identifier (XACML Authz Interop: Username).

const char XACML_AUTHZINTEROP_SUBJECT_CERTCHAIN[] = "http://authz-interop.org/xacml/subject/cert-chain" [static]

XACML AuthZ Interop Subject/Attribute cert-chain identifier (Datatype: base64Binary).

const char XACML_AUTHZINTEROP_SUBJECT_VO[] = "http://authz-interop.org/xacml/subject/vo" [static]

XACML AuthZ Interop Subject/Attribute vo identifier (Datatype: string).

const char XACML_AUTHZINTEROP_SUBJECT_VOMS_FQAN[] = "http://authz-interop.org/xacml/subject/voms-fqan" [static]

XACML AuthZ Interop Subject/Attribute voms-fqan identifier (Datatype: string).

const char XACML_AUTHZINTEROP_SUBJECT_VOMS_PRIMARY_FQAN[] = "http://authz-interop.org/xacml/subject/voms-primary-fqan" [static]

XACML AuthZ Interop Subject/Attribute voms-primary-fqan identifier (Datatype: string).

const char XACML_AUTHZINTEROP_SUBJECT_X509_ID[] = "http://authz-interop.org/xacml/subject/subject-x509-id" [static]

XACML AuthZ Interop Subject/Attribute subject-x509-id identifier (Datatype: string, OpenSSL format).

const char XACML_AUTHZINTEROP_SUBJECT_X509_ISSUER[] = "http://authz-interop.org/xacml/subject/subject-x509-issuer" [static]

XACML AuthZ Interop Subject/Attribute subject-x509-issuer identifier (Datatype: string, OpenSSL format).


Generated on 29 Apr 2014 for Argus PEP client API by  doxygen 1.6.1