public class AttributeFilterPolicyFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
AttributeFilterPolicys.| Modifier and Type | Field and Description |
|---|---|
private List<AttributeRule> |
attributeRules
Filters to be used on attribute values.
|
private String |
policyId
Unique identifier for this policy.
|
private MatchFunctor |
policyRequirement
Requirement that must be met for this policy to apply.
|
| Constructor and Description |
|---|
AttributeFilterPolicyFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createInstance() |
List<AttributeRule> |
getAttributeRules()
Gets the attribute rules that are in effect if this policy is in effect.
|
Class |
getObjectType() |
String |
getPolicyId()
Gets the unique ID for this policy.
|
MatchFunctor |
getPolicyRequirement()
Gets the requirement for this policy.
|
void |
setAttributeRules(List<AttributeRule> rules)
Sets the attribute rules that are in effect if this policy is in effect.
|
void |
setPolicyId(String id)
Sets the unique ID for this policy.
|
void |
setPolicyRequirement(MatchFunctor requirement)
Sets the requirement for this policy.
|
private String policyId
private MatchFunctor policyRequirement
private List<AttributeRule> attributeRules
public Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic String getPolicyId()
public void setPolicyId(String id)
id - unique ID for this policypublic MatchFunctor getPolicyRequirement()
public void setPolicyRequirement(MatchFunctor requirement)
requirement - requirement for this policypublic List<AttributeRule> getAttributeRules()
public void setAttributeRules(List<AttributeRule> rules)
rules - attribute rules that are in effect if this policy is in effectCopyright © 1999-2015. All Rights Reserved.