CredentialProvider Interface Classes

This section introduces and provides information about some of the key classes and methods that comprise the Credential Provider interface SPI A Service Provider Interface (SPI) consists of a set of constant definitions and method declarations without implementations and intended to be called or used in a pre-determined generic manner with a set of outputs that meet pre-determined abstract rules and expectations.. The most complete source of information about the classes, methods, and the related interfaces that are part of the CredentialProfile interface can be found in the Javadocs that accompany this release of the ActivID Credential Management System.

CredentialProviderContext (Public Interface)

The public interface of the CredentialProviderContext is the means by which you can extend the ProviderContext. A CredentialProviderContext is an instance of a particular Credential Provider that:

  • Provides access to a specific instance of a type of credential source

  • Is the component with which ActivID CMS interacts at runtime to create, manage and destroy credentials as needed

  • Supports complex multi-step credential management workflows as demanded by the particular credential source

Methods Inherited from ProviderContext

CredentialProviderContext Methods

This section groups the methods that comprise the CredentialProviderContext public interface.