Class WildFlyCredentialFactory

java.lang.Object
org.frankframework.credentialprovider.WildFlyCredentialFactory
All Implemented Interfaces:
ICredentialFactory

public class WildFlyCredentialFactory extends Object implements ICredentialFactory

This CredentialFactory implementation uses the WildFly Credential Store to retrieve credentials.

The "credentialFactory.wildfly.credentialStore" is used to set the credential store in WildFly which will be used. By default, the credential store is set to CS.

Aliases ending with "/username" are normalized by removing the suffix before being included in the returned collection of configured aliases.

See Also: