|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.factory.config.AbstractFactoryBean
edu.internet2.middleware.shibboleth.common.config.attribute.filtering.AttributeFilterPolicyFactoryBean
public class AttributeFilterPolicyFactoryBean
Spring factory for AttributeFilterPolicy
s.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
AttributeFilterPolicyFactoryBean()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeFilterPolicyFactoryBean()
Method Detail |
---|
public Class getObjectType()
getObjectType
in interface FactoryBean
getObjectType
in class 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 effectprotected Object createInstance() throws Exception
createInstance
in class AbstractFactoryBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |