|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.rampart.conversation.Util
Constructor Summary | |
Util()
|
Method Summary | |
static org.apache.ws.security.components.crypto.Crypto |
getCryptoInstace(ConversationConfiguration config)
Returns the crypto instance of this configuration. |
static void |
processRSTR(org.apache.axiom.om.OMElement rstr,
ConversationConfiguration config)
|
static void |
resgisterContext(java.lang.String identifier,
ConversationConfiguration config)
This registers the security context mapping ?e context identifier to the wsa:Action/soapAction or the service address, depending on the scope. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Util()
Method Detail |
public static org.apache.ws.security.components.crypto.Crypto getCryptoInstace(ConversationConfiguration config) throws RampartException
Crypto
instance
using available configuration information and will set it as the
Crypto
instance of the configuration.
config
-
RahasException
RampartException
public static void processRSTR(org.apache.axiom.om.OMElement rstr, ConversationConfiguration config) throws java.lang.Exception
java.lang.Exception
public static void resgisterContext(java.lang.String identifier, ConversationConfiguration config) throws RampartException
identifier
- The security context identifierconfig
- The ConversationConfiguration instance
RampartException
- If scope is "operation" and the wsa:Action is not available.
If scope is "service" and the wsa:To is missing.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |