|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuleType
XACML Rule schema type.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name of the element Rule. |
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
QName of the element Rule. |
static java.lang.String |
EFFECT_ATTRIB_NAME
Effect attribute name. |
static java.lang.String |
RULE_ID_ATTRIB_NAME
RuleId attribute name. |
static java.lang.String |
SCHEMA_TYPE_LOCAL_NAME
Local name of the XSI type. |
static javax.xml.namespace.QName |
SCHEMA_TYPE_NAME
QName of the XSI type. |
| Method Summary | |
|---|---|
ConditionType |
getCondition()
Gets the condition for this rule. |
DescriptionType |
getDescription()
Gets the description of this rule. |
EffectType |
getEffect()
Gets the effect of the rule. |
java.lang.String |
getRuleId()
Gets the ID for this rule. |
TargetType |
getTarget()
Gets the target of this rule. |
void |
setCondition(ConditionType condition)
Sets the the condition for this rule. |
void |
setDescription(DescriptionType description)
Sets the description of this rule. |
void |
setEffect(EffectType type)
Sets the effect of the rule. |
void |
setRuleId(java.lang.String id)
Sets the ID for this rule. |
void |
setTarget(TargetType target)
Sets the target of this rule. |
| Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
|---|
deregisterValidator, getValidators, registerValidator, validate |
| Methods inherited from interface org.opensaml.xml.XMLObject |
|---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
| Field Detail |
|---|
static final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String SCHEMA_TYPE_LOCAL_NAME
static final javax.xml.namespace.QName SCHEMA_TYPE_NAME
static final java.lang.String RULE_ID_ATTRIB_NAME
static final java.lang.String EFFECT_ATTRIB_NAME
| Method Detail |
|---|
DescriptionType getDescription()
void setDescription(DescriptionType description)
description - the description of this ruleTargetType getTarget()
void setTarget(TargetType target)
target - the target of this ruleConditionType getCondition()
void setCondition(ConditionType condition)
condition - the condition for this rulejava.lang.String getRuleId()
void setRuleId(java.lang.String id)
id - the ID for this ruleEffectType getEffect()
void setEffect(EffectType type)
type - the effect of the rule
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||