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

/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DStatefulAccessToken.java110 * @param confirmationKey JSON confirmation key
115 String auditTrackingId, JsonValue confirmationKey) {
118 TimeUnit.MILLISECONDS.toSeconds(currentTimeMillis()), confirmationKey);
139 * @param confirmationKey JSON confirmation key
144 String auditTrackingId, long authTime, JsonValue confirmationKey) {
169 if (confirmationKey != null) {
170 setConfirmationKey(confirmationKey);
412 * @param confirmationKey
415 protected void setConfirmationKey(JsonValue confirmationKey) { argument
416 Reject.ifNull(confirmationKey);
112 StatefulAccessToken(String id, String authorizationCode, String resourceOwnerId, String clientId, String redirectUri, Set<String> scope, long expiryTime, RefreshToken refreshToken, String tokenName, String grantType, String nonce, String realm, String claims, String auditTrackingId, JsonValue confirmationKey) argument
141 StatefulAccessToken(String id, String authorizationCode, String resourceOwnerId, String clientId, String redirectUri, Set<String> scope, long expiryTime, RefreshToken refreshToken, String tokenName, String grantType, String nonce, String realm, String claims, String auditTrackingId, long authTime, JsonValue confirmationKey) argument
[all...]

Completed in 29 milliseconds