Uses of Interface
org.wildfly.security.credential.store.CredentialStoreExtension
Packages that use CredentialStoreExtension
Package
Description
Package for Credential Store API/SPI classes and interfaces.
-
Uses of CredentialStoreExtension in org.wildfly.security.credential.store
Methods in org.wildfly.security.credential.store with type parameters of type CredentialStoreExtensionModifier and TypeMethodDescription<C extends CredentialStoreExtension>
CCredentialStore.getExtensionInstance(Class<C> extensionType) Returns an extension instance of the given type for this credential store, if supported.<C extends CredentialStoreExtension>
CCredentialStoreSpi.getExtensionInstance(Class<C> extensionType) Returns an extension instance of the given type for this credential store, if supported.Methods in org.wildfly.security.credential.store that return types with arguments of type CredentialStoreExtensionModifier and TypeMethodDescriptionList<Class<? extends CredentialStoreExtension>>CredentialStore.getSupportedExtensionTypes()Returns the extension types supported by this credential store.List<Class<? extends CredentialStoreExtension>>CredentialStoreSpi.getSupportedExtensionTypes()Returns the extension types supported by this credential store.