|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurableAuthnAdapter | |
|---|---|
| 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 org.sourceid.saml20.adapter |
|---|
| Constructors in org.sourceid.saml20.adapter with parameters of type ConfigurableAuthnAdapter | |
|---|---|
AuthnAdapterDescriptor(ConfigurableAuthnAdapter adapter,
java.lang.String type,
java.util.Set<java.lang.String> contract,
boolean supportsExtendedContract)
Creates a new AuthnAdapterDescriptor with no custom GUI configuration screen. |
|
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 ConfigurableAuthnAdapter in org.sourceid.saml20.adapter.idp.authn |
|---|
| Subinterfaces of ConfigurableAuthnAdapter in org.sourceid.saml20.adapter.idp.authn | |
|---|---|
interface |
IdpAuthenticationAdapter
This interface defines the methods that the PingFederate server calls when performing the web single sign-on and single logout profiles of SAML 2. |
| Classes in org.sourceid.saml20.adapter.idp.authn that implement ConfigurableAuthnAdapter | |
|---|---|
class |
AbstractPasswordIdpAuthnAdapter
An abstract class to provide common base functionally for an IdpAuthenticationAdapter. |
| Constructors in org.sourceid.saml20.adapter.idp.authn with parameters of type ConfigurableAuthnAdapter | |
|---|---|
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. |
|
IdpAuthnAdapterDescriptor(ConfigurableAuthnAdapter adapter,
java.lang.String type,
java.util.Set<java.lang.String> contract,
boolean supportsExtendedContract,
boolean allowConfigurableAuthnCtx)
Creates a new AuthnAdapterDescriptor with no custom GUI configuration screen. |
|
| Uses of ConfigurableAuthnAdapter in org.sourceid.saml20.adapter.sp.authn |
|---|
| Subinterfaces of ConfigurableAuthnAdapter in org.sourceid.saml20.adapter.sp.authn | |
|---|---|
interface |
SpAuthenticationAdapter
This interface defines the methods that the PingFederate server calls when performing the web single sign-on and single logout profiles of SAML 2. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||