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