Uses of Interface
org.sourceid.saml20.adapter.gui.ActionDescriptor.Action
-
Packages that use ActionDescriptor.Action Package Description org.sourceid.saml20.adapter.gui 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.Action Modifier and Type Method Description ActionDescriptor.ActionActionDescriptor. getAction()Gets the actualActionDescriptor.Actionimplementations associated with this ActionDescriptor.Constructors in org.sourceid.saml20.adapter.gui with parameters of type ActionDescriptor.Action Constructor Description ActionDescriptor(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.
-