Package | Description |
---|---|
org.apache.ws.security | |
org.apache.ws.security.handler | |
org.apache.ws.security.message |
The package provides classes to create messages that are compliant to the
OASIS Web Service Security specifications.
|
org.apache.ws.security.processor | |
org.apache.ws.security.util |
Modifier and Type | Field and Description |
---|---|
protected static WSSConfig |
WSSConfig.defaultConfig |
Modifier and Type | Method and Description |
---|---|
static WSSConfig |
WSSConfig.getDefaultWSConfig()
returns a static WSConfig instance that is configured with the latest
OASIS WS-Security settings.
|
static WSSConfig |
WSSConfig.getNewInstance() |
WSSConfig |
WSSecurityEngine.getWssConfig() |
WSSConfig |
WSSecurityEngine.setWssConfig(WSSConfig cfg) |
Modifier and Type | Method and Description |
---|---|
WSSConfig |
WSSecurityEngine.setWssConfig(WSSConfig cfg) |
Modifier and Type | Method and Description |
---|---|
WSSConfig |
RequestData.getWssConfig() |
Modifier and Type | Method and Description |
---|---|
void |
RequestData.setWssConfig(WSSConfig wssConfig) |
Modifier and Type | Field and Description |
---|---|
protected WSSConfig |
WSSecBase.wssConfig |
protected WSSConfig |
WSBaseMessage.wssConfig |
Modifier and Type | Method and Description |
---|---|
void |
WSSecBase.setWsConfig(WSSConfig wsConfig) |
void |
WSBaseMessage.setWsConfig(WSSConfig wsConfig)
Deprecated.
replaced by
WSSecBase.setWsConfig(WSSConfig) |
Modifier and Type | Method and Description |
---|---|
void |
TimestampProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig wsc) |
void |
UsernameTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig wsc) |
void |
DerivedKeyTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config) |
void |
SecurityContextTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config) |
void |
SignatureProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig wsc) |
void |
ReferenceListProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wdi,
Vector returnResults,
WSSConfig wsc) |
void |
SignatureConfirmationProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig wsc) |
void |
Processor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config) |
void |
EncryptedDataProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config) |
void |
EncryptedKeyProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig wsc) |
void |
BinarySecurityTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config) |
Modifier and Type | Method and Description |
---|---|
static int |
WSSecurityUtil.decodeAction(String action,
Vector actions,
WSSConfig wssConfig)
Decode an action String.
|
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.