|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.security.handler.config.InflowConfiguration
This is the representation of the inflow configurations of the security module.
Constructor Summary | |
InflowConfiguration()
|
Method Summary | |
String |
getActionItems()
Returns the action items. |
String |
getDecryptionPropFile()
Returns the decryption property file. |
String |
getEnableSignatureConfirmation()
Returns whether signature confirmation should be enabled or not. |
String |
getPasswordCallbackClass()
Returns the password callback class name. |
Parameter |
getProperty()
Returns the configuration as an OMElement. |
String |
getSignaturePropFile()
Returns the signature property file. |
void |
setActionItems(String actionItems)
Sets the action items. |
void |
setDecryptionPropFile(String decryptionPropFile)
Sets the decryption property file. |
void |
setEnableSignatureConfirmation(boolean value)
Sets whether signature confirmation should be enabled or not. |
void |
setPasswordCallbackClass(String passwordCallbackClass)
Sets the password callback class name. |
void |
setSignaturePropFile(String signaturePropFile)
Sets the signature property file. |
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 Parameter getProperty()
public String getActionItems()
public void setActionItems(String actionItems)
actionItems
- public String getDecryptionPropFile()
public void setDecryptionPropFile(String decryptionPropFile)
decryptionPropFile
- public String getPasswordCallbackClass()
public void setPasswordCallbackClass(String passwordCallbackClass)
passwordCallbackClass
- public String getSignaturePropFile()
public void setSignaturePropFile(String signaturePropFile)
signaturePropFile
- 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 |