Schema Central > XACML 2.0 > access_control-xacml-2.0-context-schema-os.xsd > xacml-context:Subject
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

xacml-context:Subject

Element information

Content

Attributes

NameOccTypeDescriptionNotes
SubjectCategory [0..1]xsd:anyURIDefault value is "urn:oasis:names:tc:xacml:1.0:subject-category:access-subject".

Used in

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com