Uses of Interface
org.sourceid.saml20.adapter.ConfigurableAuthnAdapter
-
Packages that use ConfigurableAuthnAdapter Package Description com.pingidentity.sdk Top level package for the PingFederate SDK.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.org.sourceid.saml20.adapter.sp.authn Service Provider (SP) role specific interfaces and classes for authentication adapters. -
-
Uses of ConfigurableAuthnAdapter in com.pingidentity.sdk
Subinterfaces of ConfigurableAuthnAdapter in com.pingidentity.sdk Modifier and Type Interface Description interfaceIdpAuthenticationAdapterV2This interface defines the methods that the PingFederate IdP server calls to authenticate a user or logout a user session. -
Uses of ConfigurableAuthnAdapter in org.sourceid.saml20.adapter
Constructors in org.sourceid.saml20.adapter with parameters of type ConfigurableAuthnAdapter Constructor Description AuthnAdapterDescriptor(ConfigurableAuthnAdapter adapter, String type, Set<String> contract, boolean supportsExtendedContract)Creates a new AuthnAdapterDescriptor with no custom GUI configuration screen.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 ConfigurableAuthnAdapter in org.sourceid.saml20.adapter.idp.authn
Subinterfaces of ConfigurableAuthnAdapter in org.sourceid.saml20.adapter.idp.authn Modifier and Type Interface Description interfaceIdpAuthenticationAdapterInstead of directly implementing this interface, it is strongly recommended to implement the newerIdpAuthenticationAdapterV2interface, which extends this one.Constructors in org.sourceid.saml20.adapter.idp.authn with parameters of type ConfigurableAuthnAdapter Constructor Description IdpAuthnAdapterDescriptor(ConfigurableAuthnAdapter adapter, String type, Set<String> contract, boolean supportsExtendedContract, boolean allowConfigurableAuthnCtx)Creates a new AuthnAdapterDescriptor with no custom GUI configuration screen.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. -
Uses of ConfigurableAuthnAdapter in org.sourceid.saml20.adapter.sp.authn
Subinterfaces of ConfigurableAuthnAdapter in org.sourceid.saml20.adapter.sp.authn Modifier and Type Interface Description interfaceSpAuthenticationAdapterThis interface defines the methods that the PingFederate server calls when performing the web single sign-on and single logout profiles of SAML.
-