on.identity.framework.org.wso2.carbon.identity.entitlement.7.5.10.source-code.xacml-request.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.wso2.carbon.identity.entitlement Show documentation
Show all versions of org.wso2.carbon.identity.entitlement Show documentation
A custom wso2 products or solution
<Request xmlns="urn:oasis:names:tc:xacml:2.0:context:schema:os"> <Subject> <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" DataType="http://www.w3.org/2001/XMLSchema#string"> <AttributeValue>prabath</AttributeValue> </Attribute> <Attribute AttributeId="http://wso2.org/claims/emailaddress" DataType="http://www.w3.org/2001/XMLSchema#string"> <AttributeValue>[email protected]</AttributeValue> </Attribute> </Subject> <Resource> <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" DataType="http://www.w3.org/2001/XMLSchema#string"> <AttributeValue>http://localhost:8280/services/echo/echoString</AttributeValue> </Attribute> </Resource> <Action> <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" DataType="http://www.w3.org/2001/XMLSchema#string"> <AttributeValue>Read</AttributeValue> </Attribute> </Action> <Environment/> </Request>