|
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 IPolicyAccessSubject
| 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 policySet that is set using setPolicySet |
IPolicySubject |
getPolicySubject()Returns the PolicySubject that captures the topology path representation of the element. |
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 PolicySet currently being used by the runtime or null if this is the initial call for this policy subject. |
void |
setPolicySubject(IPolicySubject polSubject)Used to passing the topology path representation of the element NOTE: policySubject.getResourcePattern() should return resource patterns of the form: "/{ias}/{oc4j}/{app}/WEBs|EJBs/{module}/WEBSERVICEs/{service}/PORTs/{port}" |
| Method Detail |
|---|
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>
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.IPolicySubject getPolicySubject()
void setPolicySubject(IPolicySubject polSubject)
polSubject - - should not be nullIPolicySet getPolicySet()
setPolicySetvoid setPolicySet(IPolicySet policySet)
policySet -
|
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 | |||||||||