Uses of Class
org.sourceid.saml20.adapter.gui.AdapterConfigurationGuiDescriptor
-
Packages that use AdapterConfigurationGuiDescriptor Package Description com.pingidentity.sources Driver classes and interfaces not limited to any protocol.org.sourceid.saml20.adapter Adapter classes and interfaces that are common across SAML2 roles (both IdP and SP).org.sourceid.saml20.adapter.idp.authn 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 AdapterConfigurationGuiDescriptor Modifier and Type Method Description AdapterConfigurationGuiDescriptorSourceDescriptor. getConfigurationGuiDescriptor()Gets theAdapterConfigurationGuiDescriptorfor the driver that this object describes.Constructors in com.pingidentity.sources with parameters of type AdapterConfigurationGuiDescriptor Constructor Description CustomDataSourceDriverDescriptor(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 AdapterConfigurationGuiDescriptor Modifier and Type Method Description AdapterConfigurationGuiDescriptorAuthnAdapterDescriptor. getConfigurationGuiDescriptor()Gets theAdapterConfigurationGuiDescriptorfor the adapter that this object describes.Constructors in org.sourceid.saml20.adapter with parameters of type AdapterConfigurationGuiDescriptor Constructor Description AuthnAdapterDescriptor(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 AdapterConfigurationGuiDescriptor Constructor Description IdpAuthnAdapterDescriptor(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.
-