|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.rampart.handler.config.OutflowConfiguration
public class OutflowConfiguration
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 |
---|
public OutflowConfiguration()
public OutflowConfiguration(int actionCount)
actionCount
- Method Detail |
---|
public org.apache.axis2.description.Parameter getProperty()
public void nextAction()
java.lang.Exception
public void previousAction()
java.lang.Exception
public void setActionItems(java.lang.String actionItems)
actionItems
- public java.lang.String getActionItems()
public void setUser(java.lang.String user)
user
- public java.lang.String getUser()
public void setPasswordCallbackClass(java.lang.String passwordCallbackClass)
passwordCallbackClass
- public java.lang.String getPasswordCallbackClass()
public void setSignaturePropFile(java.lang.String signaturePropFile)
signaturePropFile
- public void setSignaturePropRefId(java.lang.String signaturePropRefId)
signaturePropRefId
- public java.lang.String getSignaturePropFile()
public void setSignatureKeyIdentifier(java.lang.String signatureKeyIdentifier)
signatureKeyIdentifier
- Valid values:
WSSHandlerConstants.X509_KEY_IDENTIFIER
WSSHandlerConstants.SKI_KEY_IDENTIFIER
WSSHandlerConstants.ISSUER_SERIAL
WSSHandlerConstants.BST_DIRECT_REFERENCE
WSSHandlerConstants.THUMBPRINT_IDENTIFIER
public java.lang.String getSignatureKeyIdentifier()
public void setSignatureAlgorithm(java.lang.String signatureAlgo)
public java.lang.String getSignatureAlgorithm()
public void setEncryptionKeyIdentifier(java.lang.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 java.lang.String getEncryptionKeyIdentifier()
public void setEncryptionUser(java.lang.String encryptionUser)
encryptionUser
- public java.lang.String getEncryptionUser()
public void setSignatureParts(java.lang.String signatureParts)
signatureParts
- public java.lang.String getSignatureParts()
public void setEncryptionParts(java.lang.String encryptionParts)
encryptionParts
- public java.lang.String getEncryptionParts()
public void setPasswordType(java.lang.String passwordType)
passwordType
- public java.lang.String getPasswordType()
public void setEncryptionSymAlgorithm(java.lang.String encryptionSymAlgorithm)
encryptionSymAlgorithm
- public java.lang.String getEncryptionSymAlgorithm()
public void setEncryptionKeyTransportAlgorithm(java.lang.String encryptionKeyTransportAlgorithm)
encryptionKeyTransportAlgorithm
- public java.lang.String getEncryptionKeyTransportAlgorithm()
public void setEmbeddedKeyCallbackClass(java.lang.String embeddedKeyCallbackClass)
embeddedKeyCallbackClass
- public java.lang.String getEmbeddedKeyCallbackClass()
public void setOptimizeParts(java.lang.String optimizePartsXPathExpr)
optimizePartsXPathExpr
- public java.lang.String getOptimizeParts()
public void setSamlPropFile(java.lang.String samlPropFile)
samlPropFile
- public java.lang.String getSamlPropFile()
public void setEncryptionPropFile(java.lang.String encPropFile)
encPropFile
- public void setEncryptionPropRefId(java.lang.String encryptionPropRefId)
encryptionPropRefId
- public java.lang.String getEncryptionPropFile()
public void setPrecisionInMilliseconds(boolean value)
value
- public java.lang.String getPrecisionInMilliseconds()
public void setAddUTElements(java.lang.String addUTElements)
addUTElements
- public java.lang.String getAddUTElements()
public void setEmbeddedKeyName(java.lang.String embeddedKeyName)
embeddedKeyName
- public java.lang.String getEmbeddedKeyName()
public void setEnableSignatureConfirmation(boolean value)
value
- public java.lang.String getEnableSignatureConfirmation()
public void setPreserveOriginalEnvelope(boolean value)
value
- public java.lang.String getPreserveOriginalEnvelope()
public void setSignAllHeadersAndBody()
public void setSignBody()
public void setEncryptBody()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |