|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.wsm.policy.model.impl.PolicyAttachment
public class PolicyAttachment
Field Summary |
---|
Fields inherited from interface oracle.wsm.policy.model.IPolicyAttachment |
---|
attachmentNameAttrQName |
Constructor Summary | |
---|---|
PolicyAttachment() |
|
PolicyAttachment(String domainExpression, IPolicy policy) |
|
PolicyAttachment(String domainExpression, IPolicyReference policyReference) |
Method Summary | |
---|---|
void |
addPolicy(IPolicy policy) |
void |
addPolicyReference(IPolicyReference policyReference) |
void |
addPolicySubject(String expr) |
void |
addPolicySubjectObj(IPolicySubject expr) |
boolean |
equals(Object obj) |
String |
getAttachmentName() |
Map<QName,String> |
getAttributes() |
List<IPolicy> |
getPolicies() |
List<IPolicyReference> |
getPolicyReferences() |
List<String> |
getPolicySubjects() Return all the Policy Subjects to which the Policies are attached. |
List<IPolicySubject> |
getPolicySubjectsObj() Return all the Policy Subjects to which the Policies are attached. |
QName |
getQName() |
int |
hashCode() |
boolean |
removePolicy(IPolicy policy) |
boolean |
removePolicyReference(IPolicyReference policyReference) |
boolean |
removePolicySubject(String expr) |
boolean |
removePolicySubjectObj(IPolicySubject expr) |
void |
setAttachmentName(String attachmentName) |
void |
setAttributes(Map<QName,String> attributes) |
void |
setPolicies(List<IPolicy> policies) |
void |
setPolicyReferences(List<IPolicyReference> policyReferences) |
void |
setPolicySubjects(List<String> domainExpressions) Set the Policy Subjects to which the Policy or Policy References are attached. |
void |
setPolicySubjectsObj(List<IPolicySubject> domainExpressions) Set the Policy Subjects to which the Policy or Policy References are attached. |
String |
toString() |
void |
validate(IValidationContext context) Validate a Policy Attachment. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PolicyAttachment()
public PolicyAttachment(String domainExpression, IPolicy policy)
public PolicyAttachment(String domainExpression, IPolicyReference policyReference)
Method Detail |
---|
public QName getQName()
getQName
in interface IPolicyAttachment
public void addPolicySubject(String expr)
addPolicySubject
in interface IPolicyAttachment
public void addPolicySubjectObj(IPolicySubject expr)
addPolicySubjectObj
in interface IPolicyAttachment
public void setPolicySubjects(List<String> domainExpressions)
IPolicyAttachment
setPolicySubjects
in interface IPolicyAttachment
public void setPolicySubjectsObj(List<IPolicySubject> domainExpressions)
IPolicyAttachment
setPolicySubjectsObj
in interface IPolicyAttachment
domainExpressions
- - list of IPolicySubjectpublic List<String> getPolicySubjects()
IPolicyAttachment
getPolicySubjects
in interface IPolicyAttachment
public List<IPolicySubject> getPolicySubjectsObj()
IPolicyAttachment
getPolicySubjectsObj
in interface IPolicyAttachment
public boolean removePolicySubject(String expr)
removePolicySubject
in interface IPolicyAttachment
public boolean removePolicySubjectObj(IPolicySubject expr)
removePolicySubjectObj
in interface IPolicyAttachment
public void setPolicies(List<IPolicy> policies)
setPolicies
in interface IPolicyAttachment
public List<IPolicy> getPolicies()
getPolicies
in interface IPolicyAttachment
public void addPolicy(IPolicy policy)
addPolicy
in interface IPolicyAttachment
public boolean removePolicy(IPolicy policy)
removePolicy
in interface IPolicyAttachment
public void setPolicyReferences(List<IPolicyReference> policyReferences)
setPolicyReferences
in interface IPolicyAttachment
public List<IPolicyReference> getPolicyReferences()
getPolicyReferences
in interface IPolicyAttachment
public void addPolicyReference(IPolicyReference policyReference)
addPolicyReference
in interface IPolicyAttachment
public boolean removePolicyReference(IPolicyReference policyReference)
removePolicyReference
in interface IPolicyAttachment
public void setAttachmentName(String attachmentName)
setAttachmentName
in interface IPolicyAttachment
public String getAttachmentName()
getAttachmentName
in interface IPolicyAttachment
public void setAttributes(Map<QName,String> attributes)
setAttributes
in interface IPolicyAttachment
public Map<QName,String> getAttributes()
getAttributes
in interface IPolicyAttachment
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public void validate(IValidationContext context)
IPolicyAttachment
validate
in interface IPolicyAttachment
|
Oracle Fusion Middleware Java API Reference for Oracle Web Services Manager 11g (11.1.1) E10689-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |