|
||||||||||
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 | |
---|---|
java.lang.String |
getActionItems()
Deprecated. Returns the action items. |
java.lang.String |
getDecryptionPropFile()
Deprecated. Returns the decryption property file. |
java.lang.String |
getEnableSignatureConfirmation()
Deprecated. Returns whether signature confirmation should be enabled or not. |
java.lang.String |
getPasswordCallbackClass()
Deprecated. Returns the password callback class name. |
org.apache.axis2.description.Parameter |
getProperty()
Deprecated. Returns the configuration as an OMElement. |
java.lang.String |
getSignaturePropFile()
Deprecated. Returns the signature property file. |
void |
setActionItems(java.lang.String actionItems)
Deprecated. Sets the action items. |
void |
setDecryptionPropFile(java.lang.String decryptionPropFile)
Deprecated. Sets the decryption property file. |
void |
setDecryptionPropRefKey(java.lang.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(java.lang.String passwordCallbackClass)
Deprecated. Sets the password callback class name. |
void |
setSignaturePropFile(java.lang.String signaturePropFile)
Deprecated. Sets the signature property file. |
void |
setSignaturePropRefId(java.lang.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 java.lang.String getActionItems()
public void setActionItems(java.lang.String actionItems)
actionItems
- public java.lang.String getDecryptionPropFile()
public void setDecryptionPropFile(java.lang.String decryptionPropFile)
decryptionPropFile
- public void setDecryptionPropRefKey(java.lang.String decryptionPropRefKey)
decryptionPropRefKey
- public java.lang.String getPasswordCallbackClass()
public void setPasswordCallbackClass(java.lang.String passwordCallbackClass)
passwordCallbackClass
- public java.lang.String getSignaturePropFile()
public void setSignaturePropFile(java.lang.String signaturePropFile)
signaturePropFile
- public void setSignaturePropRefId(java.lang.String signaturePropRefId)
signaturePropRefId
- public void setEnableSignatureConfirmation(boolean value)
value
- public java.lang.String getEnableSignatureConfirmation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |