Class FallbackCredential
java.lang.Object
org.frankframework.credentialprovider.FallbackCredential
- All Implemented Interfaces:
ICredentials
When no credential is found in any of the CredentialProviders, this may be used.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FallbackCredential
-
-
Method Details
-
getAlias
- Specified by:
getAlias
in interfaceICredentials
-
getUsername
- Specified by:
getUsername
in interfaceICredentials
-
getPassword
- Specified by:
getPassword
in interfaceICredentials
-