|
|||||||||||
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 QName |
CRYPTO_PROPERTIES_FILE
Deprecated. |
static QName |
DERIVED_KEY_LENGTH
Deprecated. |
static QName |
ENCRYPTION_USER
Deprecated. |
static QName |
KEY_DERIVATION_ALGORITHM_CLASS
Deprecated. |
static QName |
PW_CALLBACK_CLASS
Deprecated. |
static String |
SC_CONFIG
Deprecated. |
static QName |
SCOPE
Deprecated. |
static String |
SCOPE_OPERATION
Deprecated. |
static String |
SCOPE_SERVICE
Deprecated. |
static QName |
STS_EPR_ADDRESS
Deprecated. |
static QName |
TOKEN_STORE_CLASS
Deprecated. |
Constructor Summary | |
ConversationConfiguration()
Deprecated. |
Method Summary | |
protected ClassLoader |
getClassLoader()
Deprecated. |
String |
getContextIdentifier()
Deprecated. |
protected Hashtable |
getContextMap()
Deprecated. |
org.apache.ws.security.components.crypto.Crypto |
getCrypto()
Deprecated. |
String |
getCryptoClassName()
Deprecated. |
Properties |
getCryptoProperties()
Deprecated. |
String |
getCryptoPropertiesFile()
Deprecated. |
String |
getDerivedKeyLength()
Deprecated. |
Document |
getDocument()
Deprecated. |
String |
getEncryptionUser()
Deprecated. |
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. |
String |
getPasswordCallbackClass()
Deprecated. |
CallbackHandler |
getPasswordCallbackRef()
Deprecated. |
String |
getScope()
Deprecated. |
String |
getStsEPRAddress()
Deprecated. |
TokenStorage |
getTokenStore()
Deprecated. |
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(ClassLoader classLoader)
Deprecated. |
protected void |
setContextIdentifier(String contextIdentifier)
Deprecated. |
protected void |
setCrypto(org.apache.ws.security.components.crypto.Crypto crypto)
Deprecated. |
void |
setCryptoClassName(String cryptoClassName)
Deprecated. |
void |
setCryptoProperties(Properties cryptoProperties)
Deprecated. |
void |
setCryptoPropertiesFile(String cryptoPropertiesFile)
Deprecated. |
void |
setDerivedKeyLength(String derivedKeyLength)
Deprecated. |
protected void |
setDocument(Document doc)
Deprecated. |
void |
setEncryptionUser(String encryptionUser)
Deprecated. |
void |
setKeyDerivationAlgorithmClass(String keyDerivationAlgorithmClass)
Deprecated. |
void |
setPasswordCallbackClass(String passwordCallbackClass)
Deprecated. |
void |
setProvideEntropy(boolean provideEntropy)
Deprecated. |
void |
setScope(String scope)
Deprecated. |
void |
setStsEPRAddress(String stsEPRAddress)
Deprecated. |
void |
setTokenStoreClass(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 String SC_CONFIG
public static final String SCOPE_SERVICE
public static final String SCOPE_OPERATION
public static final QName SCOPE
public static final QName STS_EPR_ADDRESS
public static final QName DERIVED_KEY_LENGTH
public static final QName KEY_DERIVATION_ALGORITHM_CLASS
public static final QName TOKEN_STORE_CLASS
public static final QName CRYPTO_PROPERTIES_FILE
public static final QName ENCRYPTION_USER
public static final QName PW_CALLBACK_CLASS
Constructor Detail |
public ConversationConfiguration()
Method Detail |
public static ConversationConfiguration load(org.apache.axis2.context.MessageContext msgCtx, boolean sender) throws Exception
msgCtx
- sender
-
ConversationConfiguration
instance. If the parameter is not
found then
Exception
public static org.apache.axis2.description.Parameter getParameter(org.apache.axis2.context.MessageContext msgCtx)
msgCtx
-
public org.apache.axis2.description.Parameter getParameter()
public String getScope()
public String getStsEPRAddress()
public String getDerivedKeyLength()
public String getKeyDerivationAlgorithmClass()
public void setDerivedKeyLength(String derivedKeyLength)
derivedKeyLength
- The derivedKeyLength to set.public void setKeyDerivationAlgorithmClass(String keyDerivationAlgorithmClass)
keyDerivationAlgorithmClass
- The keyDerivationAlgorithmClass to set.public void setScope(String scope)
scope
- The scope to set.public void setStsEPRAddress(String stsEPRAddress)
stsEPRAddress
- The stsEPRAddress to set.protected Hashtable getContextMap()
public TokenStorage getTokenStore() throws Exception
Exception
public String getTokenStoreClass()
public Properties getCryptoProperties()
public void setCryptoProperties(Properties cryptoProperties)
cryptoProperties
- The cryptoProperties to set.public void setTokenStoreClass(String tokenStoreClass)
tokenStoreClass
- The tokenStoreClass to set.public String getCryptoPropertiesFile()
public void setCryptoPropertiesFile(String cryptoPropertiesFile)
cryptoPropertiesFile
- The cryptoPropertiesFile to set.public String getCryptoClassName()
public void setCryptoClassName(String cryptoClassName)
cryptoClassName
- The cryptoClassName to set.protected boolean isSender()
public Document getDocument()
protected void setDocument(Document doc)
doc
- The doc to set.public String getPasswordCallbackClass()
public CallbackHandler getPasswordCallbackRef()
public void setPasswordCallbackClass(String passwordCallbackClass)
passwordCallbackClass
- The passwordCallbackClass to set.public String getEncryptionUser()
public void setEncryptionUser(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 ClassLoader getClassLoader()
protected void setClassLoader(ClassLoader classLoader)
classLoader
- The classLoader to set.public org.apache.axis2.context.MessageContext getMsgCtx()
public String getContextIdentifier()
protected void setContextIdentifier(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 |