|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.rampart.conversation.ConversationConfiguration
Configuration manager for Ramapart-SecConv
Field Summary | |
static javax.xml.namespace.QName |
CRYPTO_PROPERTIES_FILE
Deprecated. |
static javax.xml.namespace.QName |
DERIVED_KEY_LENGTH
Deprecated. |
static javax.xml.namespace.QName |
ENCRYPTION_USER
Deprecated. |
static javax.xml.namespace.QName |
KEY_DERIVATION_ALGORITHM_CLASS
Deprecated. |
static javax.xml.namespace.QName |
PW_CALLBACK_CLASS
Deprecated. |
static java.lang.String |
SC_CONFIG
Deprecated. |
static javax.xml.namespace.QName |
SCOPE
Deprecated. |
static java.lang.String |
SCOPE_OPERATION
Deprecated. |
static java.lang.String |
SCOPE_SERVICE
Deprecated. |
static javax.xml.namespace.QName |
STS_EPR_ADDRESS
Deprecated. |
static javax.xml.namespace.QName |
TOKEN_STORE_CLASS
Deprecated. |
Constructor Summary | |
ConversationConfiguration()
Deprecated. |
Method Summary | |
protected java.lang.ClassLoader |
getClassLoader()
Deprecated. |
java.lang.String |
getContextIdentifier()
Deprecated. |
protected java.util.Hashtable |
getContextMap()
Deprecated. |
org.apache.ws.security.components.crypto.Crypto |
getCrypto()
Deprecated. |
java.lang.String |
getCryptoClassName()
Deprecated. |
java.util.Properties |
getCryptoProperties()
Deprecated. |
java.lang.String |
getCryptoPropertiesFile()
Deprecated. |
java.lang.String |
getDerivedKeyLength()
Deprecated. |
org.w3c.dom.Document |
getDocument()
Deprecated. |
java.lang.String |
getEncryptionUser()
Deprecated. |
java.lang.String |
getKeyDerivationAlgorithmClass()
Deprecated. |
org.apache.axis2.context.MessageContext |
getMsgCtx()
Deprecated. |
org.apache.axis2.description.Parameter |
getParameter()
Deprecated. Generate the Axis2 parameter representing ConversationConfiguration |
static org.apache.axis2.description.Parameter |
getParameter(org.apache.axis2.context.MessageContext msgCtx)
Deprecated. |
java.lang.String |
getPasswordCallbackClass()
Deprecated. |
javax.security.auth.callback.CallbackHandler |
getPasswordCallbackRef()
Deprecated. |
java.lang.String |
getScope()
Deprecated. |
java.lang.String |
getStsEPRAddress()
Deprecated. |
org.apache.rahas.TokenStorage |
getTokenStore()
Deprecated. |
java.lang.String |
getTokenStoreClass()
Deprecated. |
int |
getWstVersion()
Deprecated. |
boolean |
isProvideEntropy()
Deprecated. |
protected boolean |
isSender()
Deprecated. |
static ConversationConfiguration |
load(org.apache.axis2.context.MessageContext msgCtx,
boolean sender)
Deprecated. Builds the configuration from an Axis2 parameter. |
protected void |
setClassLoader(java.lang.ClassLoader classLoader)
Deprecated. |
protected void |
setContextIdentifier(java.lang.String contextIdentifier)
Deprecated. |
protected void |
setCrypto(org.apache.ws.security.components.crypto.Crypto crypto)
Deprecated. |
void |
setCryptoClassName(java.lang.String cryptoClassName)
Deprecated. |
void |
setCryptoProperties(java.util.Properties cryptoProperties)
Deprecated. |
void |
setCryptoPropertiesFile(java.lang.String cryptoPropertiesFile)
Deprecated. |
void |
setDerivedKeyLength(java.lang.String derivedKeyLength)
Deprecated. |
protected void |
setDocument(org.w3c.dom.Document doc)
Deprecated. |
void |
setEncryptionUser(java.lang.String encryptionUser)
Deprecated. |
void |
setKeyDerivationAlgorithmClass(java.lang.String keyDerivationAlgorithmClass)
Deprecated. |
void |
setPasswordCallbackClass(java.lang.String passwordCallbackClass)
Deprecated. |
void |
setProvideEntropy(boolean provideEntropy)
Deprecated. |
void |
setScope(java.lang.String scope)
Deprecated. |
void |
setStsEPRAddress(java.lang.String stsEPRAddress)
Deprecated. |
void |
setTokenStoreClass(java.lang.String tokenStoreClass)
Deprecated. |
void |
setWstVersion(int wstVersion)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SC_CONFIG
public static final java.lang.String SCOPE_SERVICE
public static final java.lang.String SCOPE_OPERATION
public static final javax.xml.namespace.QName SCOPE
public static final javax.xml.namespace.QName STS_EPR_ADDRESS
public static final javax.xml.namespace.QName DERIVED_KEY_LENGTH
public static final javax.xml.namespace.QName KEY_DERIVATION_ALGORITHM_CLASS
public static final javax.xml.namespace.QName TOKEN_STORE_CLASS
public static final javax.xml.namespace.QName CRYPTO_PROPERTIES_FILE
public static final javax.xml.namespace.QName ENCRYPTION_USER
public static final javax.xml.namespace.QName PW_CALLBACK_CLASS
Constructor Detail |
public ConversationConfiguration()
Method Detail |
public static ConversationConfiguration load(org.apache.axis2.context.MessageContext msgCtx, boolean sender) throws java.lang.Exception
msgCtx
- sender
-
ConversationConfiguration
instance. If the parameter is not
found then
java.lang.Exception
public static org.apache.axis2.description.Parameter getParameter(org.apache.axis2.context.MessageContext msgCtx)
msgCtx
-
public org.apache.axis2.description.Parameter getParameter()
public java.lang.String getScope()
public java.lang.String getStsEPRAddress()
public java.lang.String getDerivedKeyLength()
public java.lang.String getKeyDerivationAlgorithmClass()
public void setDerivedKeyLength(java.lang.String derivedKeyLength)
derivedKeyLength
- The derivedKeyLength to set.public void setKeyDerivationAlgorithmClass(java.lang.String keyDerivationAlgorithmClass)
keyDerivationAlgorithmClass
- The keyDerivationAlgorithmClass to set.public void setScope(java.lang.String scope)
scope
- The scope to set.public void setStsEPRAddress(java.lang.String stsEPRAddress)
stsEPRAddress
- The stsEPRAddress to set.protected java.util.Hashtable getContextMap()
public org.apache.rahas.TokenStorage getTokenStore() throws java.lang.Exception
java.lang.Exception
public java.lang.String getTokenStoreClass()
public java.util.Properties getCryptoProperties()
public void setCryptoProperties(java.util.Properties cryptoProperties)
cryptoProperties
- The cryptoProperties to set.public void setTokenStoreClass(java.lang.String tokenStoreClass)
tokenStoreClass
- The tokenStoreClass to set.public java.lang.String getCryptoPropertiesFile()
public void setCryptoPropertiesFile(java.lang.String cryptoPropertiesFile)
cryptoPropertiesFile
- The cryptoPropertiesFile to set.public java.lang.String getCryptoClassName()
public void setCryptoClassName(java.lang.String cryptoClassName)
cryptoClassName
- The cryptoClassName to set.protected boolean isSender()
public org.w3c.dom.Document getDocument()
protected void setDocument(org.w3c.dom.Document doc)
doc
- The doc to set.public java.lang.String getPasswordCallbackClass()
public javax.security.auth.callback.CallbackHandler getPasswordCallbackRef()
public void setPasswordCallbackClass(java.lang.String passwordCallbackClass)
passwordCallbackClass
- The passwordCallbackClass to set.public java.lang.String getEncryptionUser()
public void setEncryptionUser(java.lang.String encryptionUser)
encryptionUser
- The encryptionUser to set.public boolean isProvideEntropy()
public void setProvideEntropy(boolean provideEntropy)
provideEntropy
- The provideEntropy to set.public org.apache.ws.security.components.crypto.Crypto getCrypto()
protected void setCrypto(org.apache.ws.security.components.crypto.Crypto crypto)
crypto
- The crypto to set.protected java.lang.ClassLoader getClassLoader()
protected void setClassLoader(java.lang.ClassLoader classLoader)
classLoader
- The classLoader to set.public org.apache.axis2.context.MessageContext getMsgCtx()
public java.lang.String getContextIdentifier()
protected void setContextIdentifier(java.lang.String contextIdentifier)
contextIdentifier
- The contextIdentifier to set.public int getWstVersion()
public void setWstVersion(int wstVersion)
wstVersion
- The wstVersion to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |