|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.rampart.handler.config.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 |
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 |
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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |