|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdapterConfigurationGuiDescriptor | |
---|---|
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 | |
---|---|
AdapterConfigurationGuiDescriptor |
SourceDescriptor.getConfigurationGuiDescriptor()
Gets the AdapterConfigurationGuiDescriptor for the driver that this object describes. |
Constructors in com.pingidentity.sources with parameters of type AdapterConfigurationGuiDescriptor | |
---|---|
CustomDataSourceDriverDescriptor(ConfigurableDriver adapter,
java.lang.String type,
AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc,
FilterFieldsGuiDescriptor fieldsDescriptor)
Passthrough constructor to the superclass - SourceDescriptor |
|
SourceDescriptor(ConfigurableDriver driver,
java.lang.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 | |
---|---|
AdapterConfigurationGuiDescriptor |
AuthnAdapterDescriptor.getConfigurationGuiDescriptor()
Gets the AdapterConfigurationGuiDescriptor for the adapter that this object describes. |
Constructors in org.sourceid.saml20.adapter with parameters of type AdapterConfigurationGuiDescriptor | |
---|---|
AuthnAdapterDescriptor(ConfigurableAuthnAdapter adapter,
java.lang.String type,
java.util.Set<java.lang.String> contract,
boolean supportsExtendedContract,
AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc)
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 | |
---|---|
IdpAuthnAdapterDescriptor(ConfigurableAuthnAdapter adapter,
java.lang.String type,
java.util.Set<java.lang.String> contract,
boolean supportsExtendedContract,
AdapterConfigurationGuiDescriptor adapterConfigurationGuiDesc,
boolean allowConfigurableAuthnCtx)
Creates a new AuthnAdapterDescriptor with a custom GUI configuration screen. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |