|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.rampart.handler.config.InflowConfiguration
public class InflowConfiguration
This is the representation of the inflow configurations of the security module.
| Constructor Summary | |
|---|---|
InflowConfiguration()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InflowConfiguration()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||