public interface Token
Modifier and Type | Method and Description |
---|---|
String |
getAuditTrackingId()
Get the audit tracking ID for this token.
|
String |
getTokenId()
Gets the token's identifier.
|
Map<String,Object> |
getTokenInfo()
Gets the token's information.
|
String |
getTokenName()
Gets the token's name.
|
JsonValue |
toJsonValue()
Gets the
JsonValue representation of the token. |
Map<String,Object> |
toMap()
Returns a
Map of data associated with this token which the HTTP caller may be wish to receive. |
String getTokenId()
String getTokenName()
Map<String,Object> toMap()
Map
of data associated with this token which the HTTP caller may be wish to receive.
For example, when requesting an access token, the HTTP response body will contain JSON built using the result of calling this method. This response will include (amongst other things):
Map
of the token's key data.Map<String,Object> getTokenInfo()
Map
of the token's information.JsonValue toJsonValue()
JsonValue
representation of the token.JsonValue
representation of the token.String getAuditTrackingId()
Copyright © 2010-2018, ForgeRock All Rights Reserved.