Package | Description |
---|---|
org.wso2.balana.utils | |
org.wso2.balana.utils.policy |
Modifier and Type | Method and Description |
---|---|
static Element |
PolicyUtils.createAdvicesElement(List<ObligationElementDTO> obligationElementDTOs,
Document doc)
This creates XML representation of advice element using List of ObligationElementDTO object
|
static Element |
PolicyUtils.createApplyElement(ApplyElementDTO applyElementDTO,
Document doc)
This creates XML representation of apply element using ApplyElementDTO object
|
static Element |
PolicyUtils.createAttributeAssignmentElement(AttributeAssignmentElementDTO assignmentElementDTO,
Document doc)
This creates XML representation of assignment element using AttributeAssignmentElementDTO object
|
static Element |
PolicyUtils.createAttributeDesignatorElement(AttributeDesignatorDTO attributeDesignatorDTO,
Document doc)
This creates XML representation of attribute designator Element using AttributeDesignatorDTO object
|
static Element |
PolicyUtils.createConditionElement(ConditionElementDT0 conditionElementDT0,
Document doc)
This creates XML representation of condition element using ConditionElementDT0 object
|
static Element |
PolicyUtils.createMatchElement(MatchElementDTO matchElementDTO,
Document doc)
This method creates a match elementof the XACML policy
|
static Element |
PolicyUtils.createObligationsElement(List<ObligationElementDTO> obligationElementDTOs,
Document doc)
This creates XML representation of obligation Element using List of ObligationElementDTO object
|
static Element |
PolicyUtils.createPolicyElement(PolicyElementDTO policyElementDTO,
Document doc)
This method creates a policy element of the XACML policy
|
static Element |
PolicyUtils.createPolicySetElement(PolicySetElementDTO policyElementDTO,
Document doc)
This method creates a policy set element of the XACML policy
|
static Element |
PolicyUtils.createRequestElement(RequestElementDTO requestElementDTO,
Document doc) |
static Element |
PolicyUtils.createRuleElement(RuleElementDTO ruleElementDTO,
Document doc)
This creates XML representation of rule element using RuleElementDTO object
|
static Element |
PolicyUtils.createTargetElement(TargetElementDTO targetElementDTO,
Document doc)
This creates XML representation of target element using TargetElementDTO object
|
Modifier and Type | Method and Description |
---|---|
String |
PolicyBuilder.build(BasicPolicyDTO basicPolicyDTO) |
String |
PolicyBuilder.build(PolicyElementDTO policyElementDTO) |
String |
PolicyBuilder.build(PolicySetElementDTO policyElementDTO) |
String |
PolicyBuilder.buildRequest(RequestElementDTO requestElementDTO) |
static Element |
BasicPolicyHelper.createPolicyElement(BasicPolicyDTO basicPolicyDTO,
Document doc) |
static Element |
BasicPolicyHelper.createRuleElement(BasicRuleDTO basicRuleDTO,
Document doc) |
static Element |
BasicPolicyHelper.createTargetElement(BasicTargetDTO basicTargetDTO,
Document doc) |
static ApplyElementDTO |
BasicPolicyHelper.processGreaterLessThanFunctions(String function,
String dataType,
String attributeValue,
AttributeDesignatorDTO designatorDTO)
Process less than and greater than functions
|
Copyright © 2017 WSO2. All rights reserved.