Class PropertiesCredentialStore

java.lang.Object
org.wildfly.security.credential.store.CredentialStoreSpi
org.wildfly.security.credential.store.impl.PropertiesCredentialStore

public class PropertiesCredentialStore extends CredentialStoreSpi
A CredentialStore implementation backed by a properties file. This is a simple implementation which only supports the storage of SecretKey credentials, additionally password protection of the store is not supported.
Author:
Darran Lofthouse