|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSSConfig | |
---|---|
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 |
Uses of WSSConfig in org.apache.ws.security |
---|
Fields in org.apache.ws.security declared as WSSConfig | |
---|---|
protected static WSSConfig |
WSSConfig.defaultConfig
|
Methods in org.apache.ws.security that return WSSConfig | |
---|---|
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)
|
Methods in org.apache.ws.security with parameters of type WSSConfig | |
---|---|
WSSConfig |
WSSecurityEngine.setWssConfig(WSSConfig cfg)
|
Uses of WSSConfig in org.apache.ws.security.handler |
---|
Methods in org.apache.ws.security.handler that return WSSConfig | |
---|---|
WSSConfig |
RequestData.getWssConfig()
|
Methods in org.apache.ws.security.handler with parameters of type WSSConfig | |
---|---|
void |
RequestData.setWssConfig(WSSConfig wssConfig)
|
Uses of WSSConfig in org.apache.ws.security.message |
---|
Fields in org.apache.ws.security.message declared as WSSConfig | |
---|---|
protected WSSConfig |
WSBaseMessage.wssConfig
|
protected WSSConfig |
WSSecBase.wssConfig
|
Methods in org.apache.ws.security.message with parameters of type WSSConfig | |
---|---|
void |
WSBaseMessage.setWsConfig(WSSConfig wsConfig)
Deprecated. replaced by WSSecBase.setWsConfig(WSSConfig) |
void |
WSSecBase.setWsConfig(WSSConfig wsConfig)
|
Uses of WSSConfig in org.apache.ws.security.processor |
---|
Methods in org.apache.ws.security.processor with parameters of type WSSConfig | |
---|---|
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 |
DerivedKeyTokenProcessor.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 |
BinarySecurityTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config)
|
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 |
EncryptedDataProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config)
|
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 |
TimestampProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig wsc)
|
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 |
SecurityContextTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig config)
|
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 |
SAMLTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
Vector returnResults,
WSSConfig wsc)
|
Uses of WSSConfig in org.apache.ws.security.util |
---|
Methods in org.apache.ws.security.util with parameters of type WSSConfig | |
---|---|
static int |
WSSecurityUtil.decodeAction(String action,
Vector actions,
WSSConfig wssConfig)
Decode an action String. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |