Uses of Interface
org.apache.wss4j.dom.callback.CallbackLookup
Packages that use CallbackLookup
Package
Description
-
Uses of CallbackLookup in org.apache.wss4j.dom
Methods in org.apache.wss4j.dom that return CallbackLookupMethods in org.apache.wss4j.dom with parameters of type CallbackLookupModifier and TypeMethodDescriptionvoidWSDocInfo.setCallbackLookup(CallbackLookup callbackLookup) -
Uses of CallbackLookup in org.apache.wss4j.dom.callback
Classes in org.apache.wss4j.dom.callback that implement CallbackLookupModifier and TypeClassDescriptionclassThis class uses a DOM-based approach to locate Elements that are referenced via an Id. -
Uses of CallbackLookup in org.apache.wss4j.dom.engine
Methods in org.apache.wss4j.dom.engine that return CallbackLookupModifier and TypeMethodDescriptionWSSecurityEngine.getCallbackLookup()Get the CallbackLookup object to use to locate elementsMethods in org.apache.wss4j.dom.engine with parameters of type CallbackLookupModifier and TypeMethodDescriptionvoidWSSecurityEngine.setCallbackLookup(CallbackLookup callbackLookup) Set the CallbackLookup object to use to locate elements -
Uses of CallbackLookup in org.apache.wss4j.dom.message
Fields in org.apache.wss4j.dom.message declared as CallbackLookupMethods in org.apache.wss4j.dom.message that return CallbackLookupMethods in org.apache.wss4j.dom.message with parameters of type CallbackLookupModifier and TypeMethodDescriptionvoidEncryptor.setCallbackLookup(CallbackLookup callbackLookup) voidWSSecBase.setCallbackLookup(CallbackLookup callbackLookup) -
Uses of CallbackLookup in org.apache.wss4j.dom.util
Methods in org.apache.wss4j.dom.util with parameters of type CallbackLookupModifier and TypeMethodDescriptionWSSecurityUtil.findElements(WSEncryptionPart part, CallbackLookup callbackLookup) Find the DOM Element in the SOAP Envelope that is referenced by the WSEncryptionPart argument.