Package org.wildfly.security.credential.store
Package for Credential Store API/SPI classes and interfaces.
- Author:
- Peter Skopek.
-
Interface Summary Interface Description CredentialStore.ProtectionParameter The protection parameter to use when accessing a credential store or entry. -
Class Summary Class Description CredentialStore This class represents credential store functionality.CredentialStore.CredentialSourceProtectionParameter A protection parameter which uses a credential source to acquire a credential to use.CredentialStorePermission Credential Store API specific permission.CredentialStoreSpi SPI for credential store provider to implement.WildFlyElytronCredentialStoreProvider Provider for credential store implementations. -
Exception Summary Exception Description CredentialStoreException An exception indicating that operation withCredentialStore
has failed.UnsupportedCredentialTypeException An exception indicating that given credential store is not supporting particularCredential
class.