|
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.policyaccess.impl.PolicyAccessSubjectResult
public class PolicyAccessSubjectResult
Constructor Summary | |
---|---|
PolicyAccessSubjectResult(boolean isModified, Element element, IPolicySet polSet) |
Method Summary | |
---|---|
boolean |
equals(Object obj) |
Element |
getElement() The Element must follow the following schema: It can either be a <binding.ws> element as defined in SCA or a SCA component element <component>. |
IPolicySet |
getPolicySet() Returns the policySet that is set using setPolicySet |
int |
hashCode() |
boolean |
hasPolicySetChanged() Returns true if the PolicySet is modified and thus the changes should be picked up. |
void |
setElement(Element element) The Element must follow the following schema: It can either be a <binding.ws> element as defined in SCA or a SCA component element <component>. |
void |
setPolicySet(IPolicySet policySet) The modified PolicySet |
String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PolicyAccessSubjectResult(boolean isModified, Element element, IPolicySet polSet)
Method Detail |
---|
public boolean hasPolicySetChanged()
hasPolicySetChanged
in interface IPolicyAccessSubjectResult
public Element getElement()
<binding.ws port="e;..."e;>This will apply for both Services (EntryPoints) and Reference (ExternalServices).
<!- Note A use-case for enabling/disabling Policy References has been identified ->
<wsp:PolicyReference URI="e;security/mypolicy"e; orawsp:status="e;enabled"e;..../>
<wsp:PolicyReference URI ="e;wsrm/mypolicy"e; .../>
...
</binding.ws>
<wsp:PolicyReference URI="e;management/Logging_Policy"e; orawsp:status="e;enabled"e; .../>All other elements will be ignored.
....
</component>
getElement
in interface IPolicyAccessSubjectResult
public void setElement(Element element)
<binding.ws port="e;..."e;>This will apply for both Services (EntryPoints) and Reference (ExternalServices).
<!- Note A use-case for enabling/disabling Policy References has been identified ->
<wsp:PolicyReference URI="e;security/mypolicy"e; orawsp:status="e;enabled"e;..../>
<wsp:PolicyReference URI ="e;wsrm/mypolicy"e; .../>
...
</binding.ws>
<wsp:PolicyReference URI="e;management/Logging_Policy"e; orawsp:status="e;enabled"e; .../>All other elements will be ignored.
....
</component>
element
- - Should not be null.public IPolicySet getPolicySet()
setPolicySet
getPolicySet
in interface IPolicyAccessSubjectResult
public void setPolicySet(IPolicySet policySet)
policySet
-public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
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 |