public class IfsFdkCredential extends Object implements FdkCredential
| Constructor and Description | 
|---|
IfsFdkCredential(Credential credential)
Constructs a wrapped credential with no login options. 
 | 
IfsFdkCredential(Credential credential,
                Map options)
Constructs a wrapped credential with possible login options. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Credential | 
getIfsCredential()
Returns the wrapped IFS Credential. 
 | 
Map | 
getOptions()
Returns the login options. 
 | 
String | 
getUsername()
Returns the username for this credential. 
 | 
public IfsFdkCredential(Credential credential)
credential - The wrapped IFS Credential. Required.public IfsFdkCredential(Credential credential, Map options)
credential - The wrapped IFS Credential. Required.options - The login options. Optional.public String getUsername()
getUsername in interface FdkCredentialnull if the username is not known.public Map getOptions()
getOptions in interface FdkCredentialpublic Credential getIfsCredential()
Copyright © 2025. All rights reserved.