Uses of Interface
org.apache.wss4j.dom.callback.CallbackLookup
-
Packages that use CallbackLookup Package Description org.apache.wss4j.dom org.apache.wss4j.dom.callback org.apache.wss4j.dom.engine org.apache.wss4j.dom.message org.apache.wss4j.dom.util -
-
Uses of CallbackLookup in org.apache.wss4j.dom
Methods in org.apache.wss4j.dom that return CallbackLookup Modifier and Type Method Description CallbackLookupWSDocInfo. getCallbackLookup()Methods in org.apache.wss4j.dom with parameters of type CallbackLookup Modifier and Type Method Description voidWSDocInfo. setCallbackLookup(CallbackLookup callbackLookup) -
Uses of CallbackLookup in org.apache.wss4j.dom.callback
Classes in org.apache.wss4j.dom.callback that implement CallbackLookup Modifier and Type Class Description classDOMCallbackLookupThis 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 CallbackLookup Modifier and Type Method Description CallbackLookupWSSecurityEngine. getCallbackLookup()Get the CallbackLookup object to use to locate elementsMethods in org.apache.wss4j.dom.engine with parameters of type CallbackLookup Modifier and Type Method Description voidWSSecurityEngine. 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 CallbackLookup Modifier and Type Field Description protected CallbackLookupWSSecBase. callbackLookupMethods in org.apache.wss4j.dom.message that return CallbackLookup Modifier and Type Method Description CallbackLookupEncryptor. getCallbackLookup()Methods in org.apache.wss4j.dom.message with parameters of type CallbackLookup Modifier and Type Method Description voidEncryptor. 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 CallbackLookup Modifier and Type Method Description static List<Element>WSSecurityUtil. findElements(WSEncryptionPart part, CallbackLookup callbackLookup)Find the DOM Element in the SOAP Envelope that is referenced by the WSEncryptionPart argument.
-