|
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 |
public interface IPolicyAccessSubjectResult
Method Summary | |
---|---|
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 new PolicySet or null if isPolicySetModified() returns false |
boolean |
hasPolicySetChanged() Returns true if the PolicySet is modified and thus the changes should be picked up. |
Method Detail |
---|
boolean hasPolicySetChanged()
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>
IPolicySet getPolicySet()
|
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 |