public class ShibbolethSecurityPolicyFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
ShibbolethSecurityPolicys.| Modifier and Type | Field and Description |
|---|---|
private String |
policyId
Unique ID of the policy.
|
private ArrayList<SecurityPolicyRule> |
policyRules
Rules that make up the policy.
|
| 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<SecurityPolicyRule> |
getPolicyRules()
Gets the rules that make up the policy.
|
void |
setPolicyId(String id)
Sets the unique ID of the policy.
|
void |
setPolicyRules(ArrayList<SecurityPolicyRule> rules)
Sets the rules that make up the policy.
|
private String policyId
private ArrayList<SecurityPolicyRule> policyRules
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 of the policypublic ArrayList<SecurityPolicyRule> getPolicyRules()
public void setPolicyRules(ArrayList<SecurityPolicyRule> rules)
rules - rules that make up the policyCopyright © 1999-2015. All Rights Reserved.