Class PartialToken

java.lang.Object
org.forgerock.am.cts.api.query.PartialToken

public class PartialToken extends Object
Represents a partial CTS Token. Used to represent the result of a query where only selective attributes of the Token have been requested. Importantly, this is not a full Token and cannot be used as such. The main use case of this PartialToken is an optimisation when requesting data from the CTS and not all fields are required.
See Also: