Uses of Class
org.sourceid.saml20.adapter.gui.AdapterConfigurationGuiDescriptor
Packages that use AdapterConfigurationGuiDescriptor
Package
Description
Driver classes and interfaces not limited to any protocol.
Adapter classes and interfaces that are common across SAML2 roles (both IdP and SP).
Identity Provider (IdP) role specific interfaces and classes for authentication adapters.
-
Uses of AdapterConfigurationGuiDescriptor in com.pingidentity.sources
Methods in com.pingidentity.sources that return AdapterConfigurationGuiDescriptorModifier and TypeMethodDescriptionSourceDescriptor.getConfigurationGuiDescriptor()Gets theAdapterConfigurationGuiDescriptorfor the driver that this object describes.Constructors in com.pingidentity.sources with parameters of type AdapterConfigurationGuiDescriptorModifierConstructorDescriptionCustomDataSourceDriverDescriptor(ConfigurableDriver adapter, String type, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc, FilterFieldsGuiDescriptor fieldsDescriptor) Passthrough constructor to the superclass -SourceDescriptorCustomDataSourceDriverDescriptor(ConfigurableDriver adapter, String type, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc, FilterFieldsGuiDescriptor fieldsDescriptor, boolean showSelectCustomSourceFields) Passthrough constructor to the superclass -SourceDescriptorCustomDataSourceDriverDescriptor(ConfigurableDriver adapter, String type, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc, FilterFieldsGuiDescriptor fieldsDescriptor, boolean showSelectCustomSourceFields, GuiConfigDescriptorBuilder guiConfigDescriptorBuilder) Passthrough constructor to the superclass -SourceDescriptorSourceDescriptor(ConfigurableDriver driver, String type, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc) Creates a new SourceDescriptor with a custom GUI configuration screen. -
Uses of AdapterConfigurationGuiDescriptor in org.sourceid.saml20.adapter
Methods in org.sourceid.saml20.adapter that return AdapterConfigurationGuiDescriptorModifier and TypeMethodDescriptionAuthnAdapterDescriptor.getConfigurationGuiDescriptor()Gets theAdapterConfigurationGuiDescriptorfor the adapter that this object describes.Constructors in org.sourceid.saml20.adapter with parameters of type AdapterConfigurationGuiDescriptorModifierConstructorDescriptionAuthnAdapterDescriptor(ConfigurableAuthnAdapter adapter, String type, Set<String> contract, boolean supportsExtendedContract, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc) Creates a new AuthnAdapterDescriptor with a custom GUI configuration screen.AuthnAdapterDescriptor(ConfigurableAuthnAdapter adapter, String type, Set<String> contract, boolean supportsExtendedContract, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc, String versionNumber) Creates a new AuthnAdapterDescriptor with a custom GUI configuration screen. -
Uses of AdapterConfigurationGuiDescriptor in org.sourceid.saml20.adapter.idp.authn
Constructors in org.sourceid.saml20.adapter.idp.authn with parameters of type AdapterConfigurationGuiDescriptorModifierConstructorDescriptionIdpAuthnAdapterDescriptor(ConfigurableAuthnAdapter adapter, String type, Set<String> contract, boolean supportsExtendedContract, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc, boolean allowConfigurableAuthnCtx) Creates a new AuthnAdapterDescriptor with a custom GUI configuration screen.IdpAuthnAdapterDescriptor(ConfigurableAuthnAdapter adapter, String type, Set<String> contract, boolean supportsExtendedContract, AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc, boolean allowConfigurableAuthnCtx, String versionNumber) Creates a new AuthnAdapterDescriptor with a custom GUI configuration screen.