JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.frankframework.credentialprovider
ICredentials
Contents
Description
Method Summary
Method Details
getAlias()
getUsername()
getPassword()
Hide sidebar
Show sidebar
Interface ICredentials
All Known Implementing Classes:
Credential
,
FallbackCredential
public interface
ICredentials
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@Nullable
String
getAlias
()
@Nullable
String
getPassword
()
@Nullable
String
getUsername
()
Method Details
getAlias
@Nullable
String
getAlias
()
getUsername
@Nullable
String
getUsername
()
getPassword
@Nullable
String
getPassword
()