Uses of Interface
org.sourceid.saml20.adapter.gui.event.PreRenderCallback
-
Packages that use PreRenderCallback Package Description com.pingidentity.sdk Top level package for the PingFederate SDK. -
-
Uses of PreRenderCallback in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return types with arguments of type PreRenderCallback Modifier and Type Method Description List<PreRenderCallback>GuiConfigDescriptor. getPreRenderCallbackChain()Gets the ordered list of callbacks.Methods in com.pingidentity.sdk with parameters of type PreRenderCallback Modifier and Type Method Description voidGuiConfigDescriptor. addPreRenderCallback(PreRenderCallback callback)Add a PreRenderCallback to the ordered list of callbacks for this descriptor.
-