Uses of Interface
org.sourceid.saml20.adapter.ConfigurableAuthnAdapter
Packages that use ConfigurableAuthnAdapter
Package
Description
Top level package for the PingFederate SDK.
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.
Service Provider (SP) role specific interfaces and classes for authentication adapters.
-
Uses of ConfigurableAuthnAdapter in com.pingidentity.sdk
Subinterfaces of ConfigurableAuthnAdapter in com.pingidentity.sdkModifier and TypeInterfaceDescriptioninterfaceThis 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 ConfigurableAuthnAdapterModifierConstructorDescriptionAuthnAdapterDescriptor(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.authnModifier and TypeInterfaceDescriptioninterfaceInstead 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 ConfigurableAuthnAdapterModifierConstructorDescriptionIdpAuthnAdapterDescriptor(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.authnModifier and TypeInterfaceDescriptioninterfaceThis interface defines the methods that the PingFederate server calls when performing the web single sign-on and single logout profiles of SAML.