MigratoryDataEntitlementListener::ClientCredentials
Provide the credentials of the client which makes the authorization request.
Public Functions
| Name | |
|---|---|
| String | getToken() Provides the entitlement token of the client. |
| String | getClientAddress() Provides the IP address of the client. |
| Map< String, Object > | getAdditionalInfo() Get additional attributes about the client as key/value pairs. |
Public Functions Documentation
function getToken
String getToken()
Provides the entitlement token of the client.
Return: the entitlement token of the client
The value returned by this method is the entitlement token assigned to the client with the client API method MigratoryDataClient.setEntitlementToken(String).
function getClientAddress
String getClientAddress()
Provides the IP address of the client.
Return: the IP address of the client
function getAdditionalInfo
Map< String, Object > getAdditionalInfo()
Get additional attributes about the client as key/value pairs.
Return: a map with additional attributes
No additional attributes are currently available.