Uses of Class
org.sourceid.saml20.adapter.AuthnAdapterDescriptor
-
Packages that use AuthnAdapterDescriptor Package Description 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 AuthnAdapterDescriptor in org.sourceid.saml20.adapter
Methods in org.sourceid.saml20.adapter that return AuthnAdapterDescriptor Modifier and Type Method Description AuthnAdapterDescriptorConfigurableAuthnAdapter. getAdapterDescriptor()The PingFederate server will invoke this method on your adapter implementation to discover metadata about the implementation. -
Uses of AuthnAdapterDescriptor in org.sourceid.saml20.adapter.idp.authn
Subclasses of AuthnAdapterDescriptor in org.sourceid.saml20.adapter.idp.authn Modifier and Type Class Description classIdpAuthnAdapterDescriptorThis class is used to describe an IdP adapter implementation to the PingFederate server.
-