Class OA2TransactionKeys
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.data.SerializationKeys
-
- org.oa4mp.delegation.common.storage.transactions.BasicTransactionKeys
-
- org.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
-
- org.oa4mp.server.api.admin.transactions.DSTransactionKeys
-
- org.oa4mp.server.loader.oauth2.storage.transactions.OA2TransactionKeys
-
- All Implemented Interfaces:
Serializable
public class OA2TransactionKeys extends DSTransactionKeys
Created by Jeff Gaynor
on 2/28/14 at 5:22 PM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
atJWT
protected String
authTime
protected String
authzGrantLifetime
protected String
consentPageOK
protected String
expiresIn
protected String
idTokenIdentifier
protected String
idTokenLifetime
protected String
isRFC8628
protected String
proxyID
protected String
refreshToken
protected String
refreshTokenExpiresAt
protected String
refreshTokenLifetime
protected String
refreshTokenValid
protected String
reqState
protected String
rtJWT
protected String
scopes
protected String
states
protected String
userCode
protected String
validatedScopes
-
Fields inherited from class org.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
lifetime
-
-
Constructor Summary
Constructors Constructor Description OA2TransactionKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
allKeys()
String
atJWT(String... x)
String
authTime(String... x)
String
authzGrantLifetime(String... x)
String
consentPageOK(String... x)
String
expiresIn(String... x)
String
idTokenIdentifier(String... x)
String
idTokenLifetime(String... x)
String
isRFC8628(String... x)
String
proxyID(String... x)
String
refreshToken(String... x)
String
refreshTokenExpiresAt(String... x)
String
refreshTokenLifetime(String... x)
String
refreshTokenValid(String... x)
String
reqState(String... x)
String
rtJWT(String... x)
String
scopes(String... x)
String
states(String... x)
String
userCode(String... x)
String
validatedScopes(String... x)
-
Methods inherited from class org.oa4mp.server.api.admin.transactions.DSTransactionKeys
cert, certReq, clientKey, myproxyUsername, username
-
Methods inherited from class org.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
accessTokenValid, callbackUri, lifetime, nonce, tempCredValid
-
Methods inherited from class org.oa4mp.delegation.common.storage.transactions.BasicTransactionKeys
accessToken, authGrant, tempCred
-
-
-
-
Field Detail
-
authTime
protected String authTime
-
atJWT
protected String atJWT
-
authzGrantLifetime
protected String authzGrantLifetime
-
consentPageOK
protected String consentPageOK
-
expiresIn
protected String expiresIn
-
idTokenIdentifier
protected String idTokenIdentifier
-
isRFC8628
protected String isRFC8628
-
proxyID
protected String proxyID
-
refreshToken
protected String refreshToken
-
refreshTokenLifetime
protected String refreshTokenLifetime
-
refreshTokenExpiresAt
protected String refreshTokenExpiresAt
-
idTokenLifetime
protected String idTokenLifetime
-
refreshTokenValid
protected String refreshTokenValid
-
reqState
protected String reqState
-
rtJWT
protected String rtJWT
-
scopes
protected String scopes
-
states
protected String states
-
userCode
protected String userCode
-
validatedScopes
protected String validatedScopes
-
-
Method Detail
-
allKeys
public List<String> allKeys()
- Overrides:
allKeys
in classDSTransactionKeys
-
-