public class TrustedFdkCredential extends Object implements FdkCredential
It contains the username for which to create the session.
Constructor and Description |
---|
TrustedFdkCredential(String username,
Map options)
Creates a trusted application credential.
|
Modifier and Type | Method and Description |
---|---|
Map |
getOptions()
Returns the login options.
|
String |
getUsername()
Returns the username for this credential.
|
public String getUsername()
getUsername
in interface FdkCredential
null
if the username is not known.public Map getOptions()
getOptions
in interface FdkCredential
Copyright © 2023. All rights reserved.