org.apache.rampart.handler.config
Class OutflowConfiguration

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

Deprecated.

public class OutflowConfiguration
extends java.lang.Object

This is the representation of the outflow configurations of the security module.


Constructor Summary
OutflowConfiguration()
          Deprecated. Creates a default outflow configuration instance with an action.
OutflowConfiguration(int actionCount)
          Deprecated. Creates a new outflow configuration instance with the given number of actions.
 
Method Summary
 java.lang.String getActionItems()
          Deprecated. Returns the action items.
 java.lang.String getAddUTElements()
          Deprecated. Returns the additional elements to be added to the username token element.
 java.lang.String getEmbeddedKeyCallbackClass()
          Deprecated. Returns the embedded key callback class of the current action.
 java.lang.String getEmbeddedKeyName()
          Deprecated. Returns the text of the key name that needs to be sent.
 java.lang.String getEnableSignatureConfirmation()
          Deprecated. Returns whether signature confirmation should be enabled or not
 java.lang.String getEncryptionKeyIdentifier()
          Deprecated. Returns the encrypted key identifier of the current action.
 java.lang.String getEncryptionKeyTransportAlgorithm()
          Deprecated. Returns the encryption key transport algorithm of the current action.
 java.lang.String getEncryptionParts()
          Deprecated. Returns the encryption parts of the current action.
 java.lang.String getEncryptionPropFile()
          Deprecated. Returns the encryption property file.
 java.lang.String getEncryptionSymAlgorithm()
          Deprecated. Returns the encryption symmetric algorithm of the current action.
 java.lang.String getEncryptionUser()
          Deprecated. Returns the encryption user of the current action.
 java.lang.String getOptimizeParts()
          Deprecated. Returns the Path expression to selecte the elements with content of the current action to be MTOM optimized.
 java.lang.String getPasswordCallbackClass()
          Deprecated. Returns the name of the password callback class of the current action.
 java.lang.String getPasswordType()
          Deprecated. Returns the password type of the current action.
 java.lang.String getPrecisionInMilliseconds()
          Deprecated. Returns whether PrecisionInMilliseconds is enabled or not
 java.lang.String getPreserveOriginalEnvelope()
          Deprecated. Returns whether signature confirmation should be enabled or not.
 org.apache.axis2.description.Parameter getProperty()
          Deprecated. Returns the configuration as an Parameter
 java.lang.String getSamlPropFile()
          Deprecated. Returns the SAML property file of the current action.
 java.lang.String getSignatureAlgorithm()
          Deprecated.  
 java.lang.String getSignatureKeyIdentifier()
          Deprecated. Returns the signatue key identifier of the current action.
 java.lang.String getSignatureParts()
          Deprecated. Returns the signature parts of the current action.
 java.lang.String getSignaturePropFile()
          Deprecated. Returns the signature property file of the current action.
 java.lang.String getUser()
          Deprecated. Returns the user of the current action.
 void nextAction()
          Deprecated. Moves to the next action.
 void previousAction()
          Deprecated. Moves to previous action.
 void setActionItems(java.lang.String actionItems)
          Deprecated. Sets the action items.
 void setAddUTElements(java.lang.String addUTElements)
          Deprecated. Option to add additional elements in the username token element.
 void setEmbeddedKeyCallbackClass(java.lang.String embeddedKeyCallbackClass)
          Deprecated. Sets the embedded key callback class of the current action
 void setEmbeddedKeyName(java.lang.String embeddedKeyName)
          Deprecated. Sets the text of the key name that needs to be sent.
 void setEnableSignatureConfirmation(boolean value)
          Deprecated. Sets whether signature confirmation should be enabled or not.
 void setEncryptBody()
          Deprecated.  
 void setEncryptionKeyIdentifier(java.lang.String encryptionKeyIdentifier)
          Deprecated. Sets the encrypted key identifier of the current action.
 void setEncryptionKeyTransportAlgorithm(java.lang.String encryptionKeyTransportAlgorithm)
          Deprecated. Sets the encryption key transport algorithm of the current action
 void setEncryptionParts(java.lang.String encryptionParts)
          Deprecated. Sets the encryption parts of the current action.
 void setEncryptionPropFile(java.lang.String encPropFile)
          Deprecated. Sets the encryption property file.
 void setEncryptionPropRefId(java.lang.String encryptionPropRefId)
          Deprecated. Sets the encryption property ref key of the current action.
 void setEncryptionSymAlgorithm(java.lang.String encryptionSymAlgorithm)
          Deprecated. Sets the encryption symmetric algorithm of the current action
 void setEncryptionUser(java.lang.String encryptionUser)
          Deprecated. Sets the encryption user of the current action.
 void setOptimizeParts(java.lang.String optimizePartsXPathExpr)
          Deprecated. Sets the XPath expression to selecte the elements with content of the current action to be MTOM optimized.
 void setPasswordCallbackClass(java.lang.String passwordCallbackClass)
          Deprecated. Sets the name of the password callback class of the current action.
 void setPasswordType(java.lang.String passwordType)
          Deprecated. Sets the password type of the current action
 void setPrecisionInMilliseconds(boolean value)
          Deprecated. Enable/Disable PrecisionInMilliseconds
 void setPreserveOriginalEnvelope(boolean value)
          Deprecated. Sets whether signature confirmation should be enabled or not
 void setSamlPropFile(java.lang.String samlPropFile)
          Deprecated. Sets the SAML property file of the current action.
 void setSignAllHeadersAndBody()
          Deprecated.  
 void setSignatureAlgorithm(java.lang.String signatureAlgo)
          Deprecated.  
 void setSignatureKeyIdentifier(java.lang.String signatureKeyIdentifier)
          Deprecated. Sets the signatue key identifier of the current action.
 void setSignatureParts(java.lang.String signatureParts)
          Deprecated. Sets the signature parts of the current action.
 void setSignaturePropFile(java.lang.String signaturePropFile)
          Deprecated. Sets the signature property file of the current action.
 void setSignaturePropRefId(java.lang.String signaturePropRefId)
          Deprecated. Sets the signature property ref key of the current action.
 void setSignBody()
          Deprecated.  
 void setUser(java.lang.String user)
          Deprecated. Sets the user of the current action.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutflowConfiguration

public OutflowConfiguration()
Deprecated. 
Creates a default outflow configuration instance with an action.


OutflowConfiguration

public OutflowConfiguration(int actionCount)
Deprecated. 
Creates a new outflow configuration instance with the given number of actions.

Parameters:
actionCount -
Method Detail

getProperty

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

Returns:
Returns Parameter.

nextAction

public void nextAction()
Deprecated. 
Moves to the next action. If this is called when the current action is the last action then the current action will not change.

Throws:
java.lang.Exception

previousAction

public void previousAction()
Deprecated. 
Moves to previous action. If this is called when the current action is the first option then then the current action will not change.

Throws:
java.lang.Exception

setActionItems

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

Parameters:
actionItems -

getActionItems

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

Returns:
Returns String.

setUser

public void setUser(java.lang.String user)
Deprecated. 
Sets the user of the current action.

Parameters:
user -

getUser

public java.lang.String getUser()
Deprecated. 
Returns the user of the current action.

Returns:
Returns String.

setPasswordCallbackClass

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

Parameters:
passwordCallbackClass -

getPasswordCallbackClass

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

Returns:
Returns String.

setSignaturePropFile

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

Parameters:
signaturePropFile -

setSignaturePropRefId

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

Parameters:
signaturePropRefId -

getSignaturePropFile

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

Returns:
Returns String.

setSignatureKeyIdentifier

public void setSignatureKeyIdentifier(java.lang.String signatureKeyIdentifier)
Deprecated. 
Sets the signatue key identifier of the current action.

Parameters:
signatureKeyIdentifier - Valid values:

getSignatureKeyIdentifier

public java.lang.String getSignatureKeyIdentifier()
Deprecated. 
Returns the signatue key identifier of the current action.

Returns:
Returns String.

setSignatureAlgorithm

public void setSignatureAlgorithm(java.lang.String signatureAlgo)
Deprecated. 

getSignatureAlgorithm

public java.lang.String getSignatureAlgorithm()
Deprecated. 

setEncryptionKeyIdentifier

public void setEncryptionKeyIdentifier(java.lang.String encryptionKeyIdentifier)
Deprecated. 
Sets the encrypted key identifier of the current action.

Parameters:
encryptionKeyIdentifier - Valid values:

getEncryptionKeyIdentifier

public java.lang.String getEncryptionKeyIdentifier()
Deprecated. 
Returns the encrypted key identifier of the current action.

Returns:
Returns String.

setEncryptionUser

public void setEncryptionUser(java.lang.String encryptionUser)
Deprecated. 
Sets the encryption user of the current action.

Parameters:
encryptionUser -

getEncryptionUser

public java.lang.String getEncryptionUser()
Deprecated. 
Returns the encryption user of the current action.

Returns:
Returns String.

setSignatureParts

public void setSignatureParts(java.lang.String signatureParts)
Deprecated. 
Sets the signature parts of the current action.

Parameters:
signatureParts -

getSignatureParts

public java.lang.String getSignatureParts()
Deprecated. 
Returns the signature parts of the current action.

Returns:
Returns String.

setEncryptionParts

public void setEncryptionParts(java.lang.String encryptionParts)
Deprecated. 
Sets the encryption parts of the current action.

Parameters:
encryptionParts -

getEncryptionParts

public java.lang.String getEncryptionParts()
Deprecated. 
Returns the encryption parts of the current action.

Returns:
Returns String.

setPasswordType

public void setPasswordType(java.lang.String passwordType)
Deprecated. 
Sets the password type of the current action

Parameters:
passwordType -

getPasswordType

public java.lang.String getPasswordType()
Deprecated. 
Returns the password type of the current action.

Returns:
Returns String.

setEncryptionSymAlgorithm

public void setEncryptionSymAlgorithm(java.lang.String encryptionSymAlgorithm)
Deprecated. 
Sets the encryption symmetric algorithm of the current action

Parameters:
encryptionSymAlgorithm -

getEncryptionSymAlgorithm

public java.lang.String getEncryptionSymAlgorithm()
Deprecated. 
Returns the encryption symmetric algorithm of the current action.

Returns:
Returns String.

setEncryptionKeyTransportAlgorithm

public void setEncryptionKeyTransportAlgorithm(java.lang.String encryptionKeyTransportAlgorithm)
Deprecated. 
Sets the encryption key transport algorithm of the current action

Parameters:
encryptionKeyTransportAlgorithm -

getEncryptionKeyTransportAlgorithm

public java.lang.String getEncryptionKeyTransportAlgorithm()
Deprecated. 
Returns the encryption key transport algorithm of the current action.

Returns:
Returns String.

setEmbeddedKeyCallbackClass

public void setEmbeddedKeyCallbackClass(java.lang.String embeddedKeyCallbackClass)
Deprecated. 
Sets the embedded key callback class of the current action

Parameters:
embeddedKeyCallbackClass -

getEmbeddedKeyCallbackClass

public java.lang.String getEmbeddedKeyCallbackClass()
Deprecated. 
Returns the embedded key callback class of the current action.

Returns:
Returns String.

setOptimizeParts

public void setOptimizeParts(java.lang.String optimizePartsXPathExpr)
Deprecated. 
Sets the XPath expression to selecte the elements with content of the current action to be MTOM optimized.

Parameters:
optimizePartsXPathExpr -

getOptimizeParts

public java.lang.String getOptimizeParts()
Deprecated. 
Returns the Path expression to selecte the elements with content of the current action to be MTOM optimized.

Returns:
Returns String.

setSamlPropFile

public void setSamlPropFile(java.lang.String samlPropFile)
Deprecated. 
Sets the SAML property file of the current action.

Parameters:
samlPropFile -

getSamlPropFile

public java.lang.String getSamlPropFile()
Deprecated. 
Returns the SAML property file of the current action.

Returns:
Returns String.

setEncryptionPropFile

public void setEncryptionPropFile(java.lang.String encPropFile)
Deprecated. 
Sets the encryption property file.

Parameters:
encPropFile -

setEncryptionPropRefId

public void setEncryptionPropRefId(java.lang.String encryptionPropRefId)
Deprecated. 
Sets the encryption property ref key of the current action.

Parameters:
encryptionPropRefId -

getEncryptionPropFile

public java.lang.String getEncryptionPropFile()
Deprecated. 
Returns the encryption property file.

Returns:
Returns String.

setPrecisionInMilliseconds

public void setPrecisionInMilliseconds(boolean value)
Deprecated. 
Enable/Disable PrecisionInMilliseconds

Parameters:
value -

getPrecisionInMilliseconds

public java.lang.String getPrecisionInMilliseconds()
Deprecated. 
Returns whether PrecisionInMilliseconds is enabled or not

Returns:
Returns String.

setAddUTElements

public void setAddUTElements(java.lang.String addUTElements)
Deprecated. 
Option to add additional elements in the username token element. Example: Nonce and Create elements

Parameters:
addUTElements -

getAddUTElements

public java.lang.String getAddUTElements()
Deprecated. 
Returns the additional elements to be added to the username token element.


setEmbeddedKeyName

public void setEmbeddedKeyName(java.lang.String embeddedKeyName)
Deprecated. 
Sets the text of the key name that needs to be sent.

Parameters:
embeddedKeyName -

getEmbeddedKeyName

public java.lang.String getEmbeddedKeyName()
Deprecated. 
Returns the text of the key name that needs to be sent.

Returns:
Returns String.

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.

setPreserveOriginalEnvelope

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

Parameters:
value -

getPreserveOriginalEnvelope

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

Returns:
Returns String.

setSignAllHeadersAndBody

public void setSignAllHeadersAndBody()
Deprecated. 

setSignBody

public void setSignBody()
Deprecated. 

setEncryptBody

public void setEncryptBody()
Deprecated.