Package | Description |
---|---|
org.wso2.balana.utils | |
org.wso2.balana.utils.policy | |
org.wso2.balana.utils.policy.dto |
Modifier and Type | Method and Description |
---|---|
static Element |
PolicyUtils.createApplyElement(ApplyElementDTO applyElementDTO,
Document doc)
This creates XML representation of apply element using ApplyElementDTO object
|
Modifier and Type | Method and Description |
---|---|
static ApplyElementDTO |
BasicPolicyHelper.createApplyElementForBagFunctions(String functionId,
String category,
String attributeId,
String[] attributeValues,
String dataType) |
static ApplyElementDTO |
BasicPolicyHelper.createApplyElementForNonBagFunctions(String functionId,
String category,
String attributeId,
String attributeValue,
String dataType) |
static ApplyElementDTO |
BasicPolicyHelper.createApplyElementForNonBagFunctionsWithAnyOf(String functionId,
String category,
String attributeDesignatorId,
String dataType,
String attributeValue) |
static ApplyElementDTO |
BasicPolicyHelper.processGreaterLessThanFunctions(String function,
String dataType,
String attributeValue,
AttributeDesignatorDTO designatorDTO)
Process less than and greater than functions
|
Modifier and Type | Method and Description |
---|---|
ApplyElementDTO |
ConditionElementDT0.getApplyElement() |
ApplyElementDTO |
AttributeAssignmentElementDTO.getApplyElementDTO() |
Modifier and Type | Method and Description |
---|---|
List<ApplyElementDTO> |
ApplyElementDTO.getApplyElements() |
Modifier and Type | Method and Description |
---|---|
void |
ApplyElementDTO.setApplyElement(ApplyElementDTO applyElement) |
void |
ConditionElementDT0.setApplyElement(ApplyElementDTO applyElement) |
void |
AttributeAssignmentElementDTO.setApplyElementDTO(ApplyElementDTO applyElementDTO) |
Copyright © 2017 WSO2. All rights reserved.