|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WSSConfig | |
org.apache.ws.sandbox.security.conversation | |
org.apache.ws.sandbox.security.trust2 | |
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 |
Uses of WSSConfig in org.apache.ws.sandbox.security.conversation |
Fields in org.apache.ws.sandbox.security.conversation declared as WSSConfig | |
protected WSSConfig |
ConversationEngine.wssConfig
|
Uses of WSSConfig in org.apache.ws.sandbox.security.trust2 |
Constructors in org.apache.ws.sandbox.security.trust2 with parameters of type WSSConfig | |
Lifetime(WSSConfig wssConfig,
org.w3c.dom.Document doc,
org.w3c.dom.Element element)
|
|
Lifetime(WSSConfig wssConfig,
org.w3c.dom.Document doc,
int duration)
|
|
Lifetime(WSSConfig wssConfig,
org.w3c.dom.Document doc,
java.util.Date created,
java.util.Date expires)
Constructs a Lifetime object according
to the defined parameters. |
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.getNewInstance()
|
static WSSConfig |
WSSConfig.getDefaultWSConfig()
returns a static WSConfig instance that is configured with the latest OASIS WS-Seurity settings. |
Methods in org.apache.ws.security with parameters of type WSSConfig | |
static void |
WSSecurityEngine.setWssConfig(WSSConfig wsc)
|
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,
java.util.Vector returnResults,
WSSConfig config)
|
void |
DerivedKeyTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig config)
|
void |
EncryptedKeyProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc)
|
void |
ReferenceListProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wdi,
java.util.Vector returnResults,
WSSConfig wsc)
|
void |
SAMLTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc)
|
void |
SecurityContextTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig config)
|
void |
SignatureConfirmationProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc)
|
void |
SignatureProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc)
|
void |
TimestampProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc)
|
void |
UsernameTokenProcessor.handleToken(org.w3c.dom.Element elem,
Crypto crypto,
Crypto decCrypto,
javax.security.auth.callback.CallbackHandler cb,
WSDocInfo wsDocInfo,
java.util.Vector returnResults,
WSSConfig wsc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |