Package com.sun.identity.xacml.context


@Supported package com.sun.identity.xacml.context
Defines XACML2 context classes
  • Class
    Description
    The Action element specifies information about the action requested in the Request context by listing a sequence of Attribute elements associated with the action.
    The Attribute element specifies information about the action/subject/resource requested in the Request context by listing a sequence of Attribute elements associated with the action.
    This is the factory class to obtain instances of the objects defined in xacml context schema.
    The Decision element is a container of one or more Decisions issued by policy decision point
    The Environment element contains information about the enviroment of the Request context by listing a sequence of Attribute elements associated with the environment.
    The StatusCode element is a container of one or more Statuss issuded by authorization authority.
    The Request element is the top-level element in the XACML context scehema.
    The Resource element specifies information about the resource to which access is requested by listing a sequence of Attribute elements associated with the resource.
    The ResourceContent element specifies information about the resource to which access is requested by listing a sequence of Attribute elements associated with the resource.
    The Response element is a container of one or more Results issued by policy decision point
    The Result element is a container of one or more Results issuded by authorization authority.
    The Status element is a container of one or more Statuss issuded by authorization authority.
    The StatusCode element is a container of one or more StatusCodes issuded by authorization authority.
    The StatusCode element is a container of one or more Statuss issuded by authorization authority.
    The StatusMessage element is a container of one or more StatusMessages issuded by authorization authority.
    The Subject element specifies information about a subject of the Request context by listing a sequence of Attribute elements associated with the subject.