Searched defs:JWT (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DEncryptedJwtDeviceSerialisation.java32 * Stores device profiles as an encrypted JWT for security.
35 private static final JwtBuilderFactory JWT = new JwtBuilderFactory(); field in class:EncryptedJwtDeviceSerialisation
54 return JWT.jwe(keyPair.getPublic())
56 .claims(JWT.claims().claims(deviceProfile.asMap()).build())
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/devices/
H A DEncryptedJwtDeviceSerialisation.java32 * Stores device profiles as an encrypted JWT for security.
35 private static final JwtBuilderFactory JWT = new JwtBuilderFactory(); field in class:EncryptedJwtDeviceSerialisation
54 return JWT.jwe(keyPair.getPublic())
56 .claims(JWT.claims().claims(deviceProfile.asMap()).build())
/forgerock/openam/openam-push-notification/src/main/java/org/forgerock/openam/services/push/
H A DPushNotificationConstants.java48 /** Name of the key where the JWT is stored. */
49 public static final String JWT = "jwt"; field in class:PushNotificationConstants
57 /** Pointer to the location of the JWT data returned by the device. */
58 public static final JsonPointer DATA_JSON_POINTER = new JsonPointer(JWT);

Completed in 48 milliseconds