public class OutflowConfiguration extends Object
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionItems()
Deprecated.
Returns the action items.
|
String |
getAddUTElements()
Deprecated.
Returns the additional elements to be added to the username token element.
|
String |
getBSPCompliant()
Deprecated.
Gets whether security processing is configured to handle BSP compliant manner.
|
String |
getEmbeddedKeyCallbackClass()
Deprecated.
Returns the embedded key callback class of the current action.
|
String |
getEmbeddedKeyName()
Deprecated.
Returns the text of the key name that needs to be sent.
|
String |
getEnableSignatureConfirmation()
Deprecated.
Returns whether signature confirmation should be enabled or not
|
String |
getEncryptionKeyIdentifier()
Deprecated.
Returns the encrypted key identifier of the current action.
|
String |
getEncryptionKeyTransportAlgorithm()
Deprecated.
Returns the encryption key transport algorithm of the current action.
|
String |
getEncryptionParts()
Deprecated.
Returns the encryption parts of the current action.
|
String |
getEncryptionPropFile()
Deprecated.
Returns the encryption property file.
|
String |
getEncryptionSymAlgorithm()
Deprecated.
Returns the encryption symmetric algorithm of the current action.
|
String |
getEncryptionUser()
Deprecated.
Returns the encryption user of the current action.
|
String |
getOptimizeParts()
Deprecated.
Returns the Path expression to selecte the elements with content of the
current action to be MTOM optimized.
|
String |
getPasswordCallbackClass()
Deprecated.
Returns the name of the password callback class of the current action.
|
String |
getPasswordType()
Deprecated.
Returns the password type of the current action.
|
String |
getPrecisionInMilliseconds()
Deprecated.
Returns whether PrecisionInMilliseconds is enabled or not
|
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
|
String |
getSamlPropFile()
Deprecated.
Returns the SAML property file of the current action.
|
String |
getSignatureAlgorithm()
Deprecated.
|
String |
getSignatureKeyIdentifier()
Deprecated.
Returns the signatue key identifier of the current action.
|
String |
getSignatureParts()
Deprecated.
Returns the signature parts of the current action.
|
String |
getSignaturePropFile()
Deprecated.
Returns the signature property file of the current action.
|
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(String actionItems)
Deprecated.
Sets the action items.
|
void |
setAddUTElements(String addUTElements)
Deprecated.
Option to add additional elements in the username token element.
|
void |
setBSPCompliant(boolean value)
Deprecated.
This will set whether request or response evaluation should adhere to "Basic Security Profile"
|
void |
setEmbeddedKeyCallbackClass(String embeddedKeyCallbackClass)
Deprecated.
Sets the embedded key callback class of the current action
|
void |
setEmbeddedKeyName(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(String encryptionKeyIdentifier)
Deprecated.
Sets the encrypted key identifier of the current action.
|
void |
setEncryptionKeyTransportAlgorithm(String encryptionKeyTransportAlgorithm)
Deprecated.
Sets the encryption key transport algorithm of the current action
|
void |
setEncryptionParts(String encryptionParts)
Deprecated.
Sets the encryption parts of the current action.
|
void |
setEncryptionPropFile(String encPropFile)
Deprecated.
Sets the encryption property file.
|
void |
setEncryptionPropRefId(String encryptionPropRefId)
Deprecated.
Sets the encryption property ref key of the current action.
|
void |
setEncryptionSymAlgorithm(String encryptionSymAlgorithm)
Deprecated.
Sets the encryption symmetric algorithm of the current action
|
void |
setEncryptionUser(String encryptionUser)
Deprecated.
Sets the encryption user of the current action.
|
void |
setOptimizeParts(String optimizePartsXPathExpr)
Deprecated.
Sets the XPath expression to selecte the elements with content of the
current action to be MTOM optimized.
|
void |
setPasswordCallbackClass(String passwordCallbackClass)
Deprecated.
Sets the name of the password callback class of the current action.
|
void |
setPasswordType(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(String samlPropFile)
Deprecated.
Sets the SAML property file of the current action.
|
void |
setSignAllHeadersAndBody()
Deprecated.
|
void |
setSignatureAlgorithm(String signatureAlgo)
Deprecated.
|
void |
setSignatureKeyIdentifier(String signatureKeyIdentifier)
Deprecated.
Sets the signatue key identifier of the current action.
|
void |
setSignatureParts(String signatureParts)
Deprecated.
Sets the signature parts of the current action.
|
void |
setSignaturePropFile(String signaturePropFile)
Deprecated.
Sets the signature property file of the current action.
|
void |
setSignaturePropRefId(String signaturePropRefId)
Deprecated.
Sets the signature property ref key of the current action.
|
void |
setSignBody()
Deprecated.
|
void |
setUser(String user)
Deprecated.
Sets the user of the current action.
|
public OutflowConfiguration()
public OutflowConfiguration(int actionCount)
actionCount
- public org.apache.axis2.description.Parameter getProperty()
public void nextAction()
Exception
public void previousAction()
Exception
public void setActionItems(String actionItems)
actionItems
- public String getActionItems()
public void setUser(String user)
user
- public String getUser()
public void setPasswordCallbackClass(String passwordCallbackClass)
passwordCallbackClass
- public String getPasswordCallbackClass()
public void setSignaturePropFile(String signaturePropFile)
signaturePropFile
- public void setSignaturePropRefId(String signaturePropRefId)
signaturePropRefId
- public String getSignaturePropFile()
public void setSignatureKeyIdentifier(String signatureKeyIdentifier)
signatureKeyIdentifier
- Valid values:
WSSHandlerConstants.X509_KEY_IDENTIFIER
WSSHandlerConstants.SKI_KEY_IDENTIFIER
WSSHandlerConstants.ISSUER_SERIAL
WSSHandlerConstants.BST_DIRECT_REFERENCE
WSSHandlerConstants.THUMBPRINT_IDENTIFIER
public String getSignatureKeyIdentifier()
public void setSignatureAlgorithm(String signatureAlgo)
public String getSignatureAlgorithm()
public void setEncryptionKeyIdentifier(String encryptionKeyIdentifier)
encryptionKeyIdentifier
- Valid values:
WSSHandlerConstants.X509_KEY_IDENTIFIER
WSSHandlerConstants.SKI_KEY_IDENTIFIER
WSSHandlerConstants.ISSUER_SERIAL
WSSHandlerConstants.BST_DIRECT_REFERENCE
WSSHandlerConstants.EMBEDDED_KEYNAME
WSSHandlerConstants.THUMBPRINT_IDENTIFIER
public String getEncryptionKeyIdentifier()
public void setEncryptionUser(String encryptionUser)
encryptionUser
- public String getEncryptionUser()
public void setSignatureParts(String signatureParts)
signatureParts
- public String getSignatureParts()
public void setEncryptionParts(String encryptionParts)
encryptionParts
- public String getEncryptionParts()
public void setPasswordType(String passwordType)
passwordType
- public String getPasswordType()
public void setEncryptionSymAlgorithm(String encryptionSymAlgorithm)
encryptionSymAlgorithm
- public String getEncryptionSymAlgorithm()
public void setEncryptionKeyTransportAlgorithm(String encryptionKeyTransportAlgorithm)
encryptionKeyTransportAlgorithm
- public String getEncryptionKeyTransportAlgorithm()
public void setEmbeddedKeyCallbackClass(String embeddedKeyCallbackClass)
embeddedKeyCallbackClass
- public String getEmbeddedKeyCallbackClass()
public void setOptimizeParts(String optimizePartsXPathExpr)
optimizePartsXPathExpr
- public String getOptimizeParts()
public void setSamlPropFile(String samlPropFile)
samlPropFile
- public String getSamlPropFile()
public void setEncryptionPropFile(String encPropFile)
encPropFile
- public void setEncryptionPropRefId(String encryptionPropRefId)
encryptionPropRefId
- public String getEncryptionPropFile()
public void setPrecisionInMilliseconds(boolean value)
value
- public String getPrecisionInMilliseconds()
public void setAddUTElements(String addUTElements)
addUTElements
- public String getAddUTElements()
public void setEmbeddedKeyName(String embeddedKeyName)
embeddedKeyName
- public String getEmbeddedKeyName()
public void setEnableSignatureConfirmation(boolean value)
value
- public String getEnableSignatureConfirmation()
public void setPreserveOriginalEnvelope(boolean value)
value
- public String getPreserveOriginalEnvelope()
public void setBSPCompliant(boolean value)
value
- true if evaluation should adhere to "Basic Security Profile" else false. Default is true.public String getBSPCompliant()
public void setSignAllHeadersAndBody()
public void setSignBody()
public void setEncryptBody()
Copyright © Apache Software Foundation. All Rights Reserved.