Interface PkiCredentialCollectionConfiguration
- All Known Implementing Classes:
PkiCredentialCollectionConfigurationProperties
public interface PkiCredentialCollectionConfiguration
Configuration interface for configuring a
PkiCredentialCollection.
See also
PkiCredentialFactory.createCredentialCollection(PkiCredentialCollectionConfiguration)
and
PkiCredentialFactory.createCredential(PkiCredentialConfiguration, ConfigurationResourceLoader, Function, Function, Function).
- Author:
- Martin Lindström
-
Method Summary
Modifier and TypeMethodDescriptionA list ofPkiCredentialConfigurationobjects for the credentials that are to be present in the resultingPkiCredentialCollection.
-
Method Details
-
credentials
Optional<List<PkiCredentialConfiguration>> credentials()A list ofPkiCredentialConfigurationobjects for the credentials that are to be present in the resultingPkiCredentialCollection.- Returns:
- a list of
PkiCredentialConfigurationobjects
-