public class InflowConfiguration extends Object
Constructor and Description |
---|
InflowConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionItems()
Deprecated.
Returns the action items.
|
String |
getBSPCompliant()
Deprecated.
Gets whether security processing is configured to handle BSP compliant manner.
|
String |
getDecryptionPropFile()
Deprecated.
Returns the decryption property file.
|
String |
getEnableSignatureConfirmation()
Deprecated.
Returns whether signature confirmation should be enabled or not.
|
String |
getPasswordCallbackClass()
Deprecated.
Returns the password callback class name.
|
org.apache.axis2.description.Parameter |
getProperty()
Deprecated.
Returns the configuration as an OMElement.
|
String |
getSignaturePropFile()
Deprecated.
Returns the signature property file.
|
void |
setActionItems(String actionItems)
Deprecated.
Sets the action items.
|
void |
setBSPCompliant(boolean value)
Deprecated.
This will set whether request or response evaluation should adhere to "Basic Security Profile"
|
void |
setDecryptionPropFile(String decryptionPropFile)
Deprecated.
Sets the decryption property file.
|
void |
setDecryptionPropRefKey(String decryptionPropRefKey)
Deprecated.
Sets the decryption property ref key.
|
void |
setEnableSignatureConfirmation(boolean value)
Deprecated.
Sets whether signature confirmation should be enabled or not.
|
void |
setPasswordCallbackClass(String passwordCallbackClass)
Deprecated.
Sets the password callback class name.
|
void |
setSignaturePropFile(String signaturePropFile)
Deprecated.
Sets the signature property file.
|
void |
setSignaturePropRefId(String signaturePropRefId)
Deprecated.
Sets the signature property ref key.
|
public org.apache.axis2.description.Parameter getProperty()
public String getActionItems()
public void setActionItems(String actionItems)
actionItems
- public String getDecryptionPropFile()
public void setDecryptionPropFile(String decryptionPropFile)
decryptionPropFile
- public void setDecryptionPropRefKey(String decryptionPropRefKey)
decryptionPropRefKey
- public String getPasswordCallbackClass()
public void setPasswordCallbackClass(String passwordCallbackClass)
passwordCallbackClass
- public String getSignaturePropFile()
public void setSignaturePropFile(String signaturePropFile)
signaturePropFile
- public void setSignaturePropRefId(String signaturePropRefId)
signaturePropRefId
- public void setEnableSignatureConfirmation(boolean value)
value
- public String getEnableSignatureConfirmation()
public void setBSPCompliant(boolean value)
value
- true if evaluation should adhere to "Basic Security Profile" else false. Default is true.public String getBSPCompliant()
Copyright © Apache Software Foundation. All Rights Reserved.