Uses of Class
org.apache.wss4j.dom.engine.WSSConfig
Packages that use WSSConfig
Package
Description
-
Uses of WSSConfig in org.apache.wss4j.dom.engine
Methods in org.apache.wss4j.dom.engine that return WSSConfigModifier and TypeMethodDescriptionstatic WSSConfigWSSConfig.getNewInstance()final WSSConfigWSSecurityEngine.getWssConfig()final WSSConfigWSSecurityEngine.setWssConfig(WSSConfig cfg) Methods in org.apache.wss4j.dom.engine with parameters of type WSSConfig -
Uses of WSSConfig in org.apache.wss4j.dom.handler
Methods in org.apache.wss4j.dom.handler that return WSSConfigMethods in org.apache.wss4j.dom.handler with parameters of type WSSConfig -
Uses of WSSConfig in org.apache.wss4j.dom.message
Constructors in org.apache.wss4j.dom.message with parameters of type WSSConfigModifierConstructorDescriptionWSSecSecurityContextToken(WSSecHeader securityHeader, WSSConfig config) WSSecSecurityContextToken(Document doc, WSSConfig config) -
Uses of WSSConfig in org.apache.wss4j.dom.util
Methods in org.apache.wss4j.dom.util with parameters of type WSSConfigModifier and TypeMethodDescriptionstatic List<HandlerAction>WSSecurityUtil.decodeHandlerAction(String action, WSSConfig wssConfig) Decode an action String.