public class ShibbolethSecurityPolicyFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ShibbolethSecurityPolicy
s.Constructor and Description |
---|
ShibbolethSecurityPolicyFactoryBean() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 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 policyCopyright © 1999–2014. All rights reserved.