org.apache.rampart.handler.config
Class InflowConfiguration

java.lang.Object
  extended by org.apache.rampart.handler.config.InflowConfiguration

Deprecated.

public class InflowConfiguration
extends java.lang.Object

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

InflowConfiguration

public InflowConfiguration()
Deprecated. 
Method Detail

getProperty

public org.apache.axis2.description.Parameter getProperty()
Deprecated. 
Returns the configuration as an OMElement.

Returns:
Returns Parameter.

getActionItems

public java.lang.String getActionItems()
Deprecated. 
Returns the action items.

Returns:
Returns String.

setActionItems

public void setActionItems(java.lang.String actionItems)
Deprecated. 
Sets the action items.

Parameters:
actionItems -

getDecryptionPropFile

public java.lang.String getDecryptionPropFile()
Deprecated. 
Returns the decryption property file.

Returns:
Returns String.

setDecryptionPropFile

public void setDecryptionPropFile(java.lang.String decryptionPropFile)
Deprecated. 
Sets the decryption property file.

Parameters:
decryptionPropFile -

setDecryptionPropRefKey

public void setDecryptionPropRefKey(java.lang.String decryptionPropRefKey)
Deprecated. 
Sets the decryption property ref key.

Parameters:
decryptionPropRefKey -

getPasswordCallbackClass

public java.lang.String getPasswordCallbackClass()
Deprecated. 
Returns the password callback class name.

Returns:
Returns String.

setPasswordCallbackClass

public void setPasswordCallbackClass(java.lang.String passwordCallbackClass)
Deprecated. 
Sets the password callback class name.

Parameters:
passwordCallbackClass -

getSignaturePropFile

public java.lang.String getSignaturePropFile()
Deprecated. 
Returns the signature property file.

Returns:
Returns String.

setSignaturePropFile

public void setSignaturePropFile(java.lang.String signaturePropFile)
Deprecated. 
Sets the signature property file.

Parameters:
signaturePropFile -

setSignaturePropRefId

public void setSignaturePropRefId(java.lang.String signaturePropRefId)
Deprecated. 
Sets the signature property ref key.

Parameters:
signaturePropRefId -

setEnableSignatureConfirmation

public void setEnableSignatureConfirmation(boolean value)
Deprecated. 
Sets whether signature confirmation should be enabled or not.

Parameters:
value -

getEnableSignatureConfirmation

public java.lang.String getEnableSignatureConfirmation()
Deprecated. 
Returns whether signature confirmation should be enabled or not.

Returns:
Returns String.