|
||||||||||
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.security.ShibbolethSecurityPolicyFactoryBean
public class ShibbolethSecurityPolicyFactoryBean
Spring factory bean for producing ShibbolethSecurityPolicy
s.
Field Summary |
---|
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
---|
logger |
Constructor Summary | |
---|---|
ShibbolethSecurityPolicyFactoryBean()
|
Method Summary | |
---|---|
protected Object |
createInstance()
|
Class |
getObjectType()
|
String |
getPolicyId()
Gets the unique ID of the policy. |
ArrayList<org.opensaml.ws.security.SecurityPolicyRule> |
getPolicyRules()
Gets the rules that make up the policy. |
void |
setPolicyId(String id)
Sets the unique ID of the policy. |
void |
setPolicyRules(ArrayList<org.opensaml.ws.security.SecurityPolicyRule> rules)
Sets the rules that make up the 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 ShibbolethSecurityPolicyFactoryBean()
Method Detail |
---|
public Class getObjectType()
getObjectType
in interface FactoryBean
getObjectType
in class AbstractFactoryBean
public String getPolicyId()
public void setPolicyId(String id)
id
- unique ID of the policypublic ArrayList<org.opensaml.ws.security.SecurityPolicyRule> getPolicyRules()
public void setPolicyRules(ArrayList<org.opensaml.ws.security.SecurityPolicyRule> rules)
rules
- rules that make up the policyprotected 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 |