public interface Token
Modifier and Type | Method and Description |
---|---|
String |
getAuditTrackingId()
Get the audit tracking ID for this token.
|
AuditConstants.TrackingIdKey |
getAuditTrackingIdKey()
Get the audit tracking ID key 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.
|
org.forgerock.json.JsonValue |
toJsonValue()
Gets the
JsonValue representation of the token. |
Map<String,Object> |
toMap()
Converts the token into a
Map of its key data. |
String getTokenId() throws ServerException
ServerException
- If any internal server error occurs.String getTokenName()
Map<String,Object> toMap() throws ServerException
Map
of its key data.Map
of the token's key data.ServerException
- If any internal server error occurs.Map<String,Object> getTokenInfo()
Map
of the token's information.org.forgerock.json.JsonValue toJsonValue()
JsonValue
representation of the token.JsonValue
representation of the token.String getAuditTrackingId()
AuditConstants.TrackingIdKey getAuditTrackingIdKey()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.