xacml-context:Subject
Element information
Namespace: urn:oasis:names:tc:xacml:2.0:context:schema:os
Schema document: access_control-xacml-2.0-context-schema-os.xsd
Type: xacml-context:SubjectType
Properties: Global, Qualified
Content
- xacml-context:Attribute [0..*]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
SubjectCategory | [0..1] | xsd:anyURI | Default value is "urn:oasis:names:tc:xacml:1.0:subject-category:access-subject". |
Used in
- Type xacml-context:RequestType (Element xacml-context:Request)
Sample instance
<Subject> <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:subject-category" DataType="xs:anyURI" Issuer="med.example.com"> <AttributeValue>urn:oasis:names:tc:xacml:1.0:subject-category:access-subject</AttributeValue> </Attribute> <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" DataType="xs:string" Issuer="med.example.com"> <AttributeValue>CN=Julius Hibbert</AttributeValue> </Attribute> <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:subject:name-format" DataType="xs:anyURI"> <AttributeValue>urn:oasis:names:tc:xacml:1.0:datatype:x500name</AttributeValue> </Attribute> <Attribute AttributeId="urn:oasis:names:tc:xacml:2.0:example:attribute:role" DataType="xs:string" Issuer="med.example.com"> <AttributeValue>physician</AttributeValue> </Attribute> <Attribute AttributeId="urn:oasis:names:tc:xacml:2.0:example:attribute:physician-id" DataType="xs:string" Issuer="med.example.com"> <AttributeValue>jh1234</AttributeValue> </Attribute> </Subject>