Searched defs:PartialToken (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/query/
H A DPartialToken.java35 * The main use case of this PartialToken is an optimisation when requesting data from
42 public class PartialToken { class
46 * Initialise the PartialToken with the specific fields returned from the query.
49 public PartialToken(Map<CoreTokenField, Object> entry) { method in class:PartialToken
57 * @param token The PartialToken to copy. Non null.
61 public PartialToken(PartialToken token, CoreTokenField field, Object value) { method in class:PartialToken
79 * @return The value that was stored or null if this PartialToken does not contain the requested field.
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/api/query/
H A DPartialToken.java36 * The main use case of this PartialToken is an optimisation when requesting data from
43 public class PartialToken { class
47 * Initialise the PartialToken with the specific fields returned from the query.
50 public PartialToken(Map<CoreTokenField, Object> entry) { method in class:PartialToken
58 * @param token The PartialToken to copy. Non null.
62 public PartialToken(PartialToken token, CoreTokenField field, Object value) { method in class:PartialToken
80 * @return The value that was stored or null if this PartialToken does not contain the requested field.
90 * Check if this {@link PartialToken} can be converted into a {@link Token}.
92 * @return true if this {@code PartialToken} contain
[all...]

Completed in 33 milliseconds