Interface CredentialStoreExtension


public interface CredentialStoreExtension
A Credential Store implementation may support one or more extension types that expose store-specific methods beyond the standard CredentialStore API. Callers can use CredentialStore.getSupportedExtensionTypes() to discover supported types and CredentialStore.getExtensionInstance(Class) to obtain an implementation. Credential Stores that do not support extensions return an empty list from the getSupportedExtensionTypes.