public class AttributeFilterPolicyFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
AttributeFilterPolicy
s.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.
|
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public 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–2014. All rights reserved.