Uses of Interface
org.sourceid.saml20.adapter.gui.ActionDescriptor.Action
Packages that use ActionDescriptor.Action
Package
Description
Provides classes that enable an adapter to describe to PingFederate the way its GUI configuration
screen should look.
-
Uses of ActionDescriptor.Action in org.sourceid.saml20.adapter.gui
Methods in org.sourceid.saml20.adapter.gui that return ActionDescriptor.ActionModifier and TypeMethodDescriptionActionDescriptor.getAction()Gets the actualActionDescriptor.Actionimplementations associated with this ActionDescriptor.Constructors in org.sourceid.saml20.adapter.gui with parameters of type ActionDescriptor.ActionModifierConstructorDescriptionActionDescriptor(String name, String description, String contentType, String filename, ActionDescriptor.Action action) Constructor to create a new ActionDescriptor that represents a download action from the GUI.ActionDescriptor(String name, String description, ActionDescriptor.Action action) Constructor to create a new ActionDescriptor.