Uses of Class
org.sourceid.saml20.adapter.gui.ConnectionSelectionFieldDescriptor.ConnectionType
-
Packages that use ConnectionSelectionFieldDescriptor.ConnectionType 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 ConnectionSelectionFieldDescriptor.ConnectionType in org.sourceid.saml20.adapter.gui
Methods in org.sourceid.saml20.adapter.gui that return ConnectionSelectionFieldDescriptor.ConnectionType Modifier and Type Method Description ConnectionSelectionFieldDescriptor.ConnectionTypeConnectionSelectionFieldDescriptor. getConnectionType()Get the connection type of a ConnectionSelectionFieldDescriptor instance.static ConnectionSelectionFieldDescriptor.ConnectionTypeConnectionSelectionFieldDescriptor.ConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionSelectionFieldDescriptor.ConnectionType[]ConnectionSelectionFieldDescriptor.ConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sourceid.saml20.adapter.gui with parameters of type ConnectionSelectionFieldDescriptor.ConnectionType Constructor Description ConnectionSelectionFieldDescriptor(String name, String description, ConnectionSelectionFieldDescriptor.ConnectionType connectionType)Creates a new ConnectionSelectionFieldDescriptor.
-