|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.wli.config.resource.BaseQuery
com.bea.wli.config.resource.ResourceQuery
com.bea.wli.sb.management.query.WsPolicyQuery
public class WsPolicyQuery
Query object for searching WebService Policy resources
| Field Summary | |
|---|---|
static java.lang.String |
KEY_HAS_BEA_SECURITY_ASSERTIONSSearch key for searching for policies that have BEA security policy assertions |
static java.lang.String |
KEY_HAS_RM_ASSERTIONSSearch key for searching for policies that have reliable messaging assertions |
static java.lang.String |
KEY_HAS_WSSP12_ASSERTIONSSearch key for searching for policies that have WS-SecurityPolicy 1.2 assertions |
static java.lang.String |
KEY_POLICY_IDSearch key for searching based on the policy id |
static long |
serialVersionUID |
| Constructor Summary | |
|---|---|
WsPolicyQuery()default constructor |
|
| Method Summary | |
|---|---|
void |
setHasBeaSecurityAssertionFilter(boolean filter)Sets a search filter based on whether the policy has BEA security policy assertions or not. |
void |
setHasRMAssertionFilter(boolean filter)Sets a search filter based on whether the policy has reliable messaging assertions or not. |
void |
setHasWssp12AssertionFilter(boolean filter)Sets a search filter based on whether the policy has WS-SecurityPolicy 1.2 assertions or not. |
void |
setPolicyId(java.lang.String policyId)Adds a predicate to return the WS Policy entry with the given policy id |
| Methods inherited from class com.bea.wli.config.resource.ResourceQuery |
|---|
addKeySearch, getAttrsToReturn, getFilter, getLocalName, getPath, getTypeId, getUpdatedAfter, getUpdatedBefore, isChangedInSessionOnly, lastUpdatedBetween, setAttrsToReturn, setChangedInSessionOnly, setLocalName, setPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
public static final java.lang.String KEY_POLICY_ID
public static final java.lang.String KEY_HAS_RM_ASSERTIONS
public static final java.lang.String KEY_HAS_WSSP12_ASSERTIONS
public static final java.lang.String KEY_HAS_BEA_SECURITY_ASSERTIONS
| Constructor Detail |
|---|
public WsPolicyQuery()
| Method Detail |
|---|
public final void setPolicyId(java.lang.String policyId)
policyId - the id to look forpublic void setHasRMAssertionFilter(boolean filter)
filter - true or falsepublic void setHasWssp12AssertionFilter(boolean filter)
filter - true or falsepublic void setHasBeaSecurityAssertionFilter(boolean filter)
filter - true or false
|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.7) E15033-09 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||