public class OdiWebServicePolicy
extends oracle.odi.domain.support.AbstractRepositoryEntity
The OdiWebServicePolicy
contains the Web Service Security Policy details for a WSDL whose details are captured in OdiPhysicalSchema
.
The instance of this OdiWebServicePolicy
is a privately owned child of OdiPhysycalSchema.
The Parent instance of OdiPhysicalSchema
can be accessed via getPhysicalSchema() .
The life cycle ends when the step is removed from the list of steps of the OdiLoadPlan
Constructor and Description |
---|
OdiWebServicePolicy() |
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
getInternalId()
Returns the Serializable internal identifier of this
OdiWebServicePolicy instance. |
OdiPhysicalSchema |
getPhysicalSchema()
Returns the parent physical Schema associated with this Policy.
|
java.lang.String |
getWsConfigParamName()
Returns the Parameter Name associated with the Security Policy.
|
java.lang.String |
getWsConfigParamOverrideValue()
Returns the Parameter Override Value associated with the Security Policy.
|
java.lang.String |
getWsConfigParamValue()
Returns the Parameter Value associated with the Security Policy.
|
java.lang.Number |
getWsPolicyId()
Returns the internal identifier / Primary Key of this
OdiWebServicePolicy instance. |
java.lang.String |
getWsPolicyIdentifier()
Returns the Qualified Name / Identifier of the Security Policy.
|
boolean |
isWsPolicyEnabled()
Returns a boolean value indicator to specify if this
OdiWebServicePolicy Security Policy instance is enabled. |
boolean |
isWsUseDefault()
Returns a boolean value indicator to specify if this
OdiWebServicePolicy Security Policy uses the default configs. |
void |
setPhysicalSchema(OdiPhysicalSchema physicalSchema)
Sets the parent physical Schema associated with this Policy.
|
void |
setWsConfigParamName(java.lang.String wsConfigParamName)
Sets the Parameter Name associated with the Security Policy.
|
void |
setWsConfigParamOverrideValue(java.lang.String wsConfigParamOverrideValue)
Sets the Parameter Override Value associated with the Security Policy.
|
void |
setWsConfigParamValue(java.lang.String wsConfigParamValue)
Sets the Parameter Value associated with the Security Policy.
|
void |
setWsPolicyEnabled(boolean wsPolicyEnabled)
Sets a boolean value indicator to specify if this
OdiWebServicePolicy Security Policy instance is to be enabled. |
void |
setWsPolicyIdentifier(java.lang.String wsPolicyIdentifier)
Sets the Qualified Name / Identifier of the Security Policy.
|
void |
setWsUseDefault(boolean wsUseDefault)
Sets a boolean value indicator to specify if this
OdiWebServicePolicy Security Policy instance is to use default config. |
public java.lang.Number getWsPolicyId()
OdiWebServicePolicy
instance. (Auto generated Number)public java.lang.String getWsPolicyIdentifier()
public void setWsPolicyIdentifier(java.lang.String wsPolicyIdentifier)
wsPolicyIdentifier
- : String - Qualified Name/Identifierpublic java.lang.String getWsConfigParamName()
public void setWsConfigParamName(java.lang.String wsConfigParamName)
wsConfigParamName
- : String - specifying the Parameter Namepublic java.lang.String getWsConfigParamValue()
public void setWsConfigParamValue(java.lang.String wsConfigParamValue)
wsConfigParamValue
- : String - specifying the Parameter Valuepublic java.lang.String getWsConfigParamOverrideValue()
public void setWsConfigParamOverrideValue(java.lang.String wsConfigParamOverrideValue)
wsConfigParamOverrideValue
- : String - specifying the Parameter Override Valuepublic boolean isWsPolicyEnabled()
OdiWebServicePolicy
Security Policy instance is enabled.public void setWsPolicyEnabled(boolean wsPolicyEnabled)
OdiWebServicePolicy
Security Policy instance is to be enabled.wsPolicyEnabled
- : boolean - specifying if the Security Policy is to be enabledpublic boolean isWsUseDefault()
OdiWebServicePolicy
Security Policy uses the default configs.public void setWsUseDefault(boolean wsUseDefault)
OdiWebServicePolicy
Security Policy instance is to use default config.wsPolicyEnabled
- : boolean - specifying if the Security Policy is to be enabledpublic OdiPhysicalSchema getPhysicalSchema()
public void setPhysicalSchema(OdiPhysicalSchema physicalSchema)
physicalSchema
- : OdiPhysicalSchema - containing reference of the parentpublic java.io.Serializable getInternalId()
OdiWebServicePolicy
instance.