public class PolicySubject extends Object
Constructor and Description |
---|
PolicySubject() |
Modifier and Type | Method and Description |
---|---|
void |
attachPolicy(org.apache.neethi.Policy policy) |
void |
attachPolicyComponent(org.apache.neethi.PolicyComponent policyComponent) |
void |
attachPolicyComponent(String key,
org.apache.neethi.PolicyComponent policyComponent) |
void |
attachPolicyComponents(List<org.apache.neethi.PolicyComponent> policyComponents) |
void |
attachPolicyReference(org.apache.neethi.PolicyReference reference) |
void |
clear() |
void |
detachPolicyComponent(String key) |
org.apache.neethi.PolicyComponent |
getAttachedPolicyComponent(String key) |
Collection<org.apache.neethi.PolicyComponent> |
getAttachedPolicyComponents() |
Date |
getLastUpdatedTime() |
boolean |
isUpdated() |
void |
setLastUpdatedTime(Date lastUpdatedTime) |
void |
setUpdated(boolean updated) |
void |
updatePolicy(org.apache.neethi.Policy policy) |
public void attachPolicy(org.apache.neethi.Policy policy)
public void attachPolicyReference(org.apache.neethi.PolicyReference reference)
public void attachPolicyComponents(List<org.apache.neethi.PolicyComponent> policyComponents)
public void attachPolicyComponent(org.apache.neethi.PolicyComponent policyComponent)
public void attachPolicyComponent(String key, org.apache.neethi.PolicyComponent policyComponent)
public org.apache.neethi.PolicyComponent getAttachedPolicyComponent(String key)
public Collection<org.apache.neethi.PolicyComponent> getAttachedPolicyComponents()
public boolean isUpdated()
public void setUpdated(boolean updated)
public void updatePolicy(org.apache.neethi.Policy policy)
public void detachPolicyComponent(String key)
public void clear()
public Date getLastUpdatedTime()
public void setLastUpdatedTime(Date lastUpdatedTime)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.