Class OA2TransactionKeys
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.data.SerializationKeys
-
- org.oa4mp.delegation.common.transactions.storage.BasicTransactionKeys
-
- org.oa4mp.delegation.server.support.storage.ServiceTransactionKeys
-
- org.oa4mp.server.api.transactions.admin.DSTransactionKeys
-
- org.oa4mp.server.loader.oauth2.storage.transactions.OA2TransactionKeys
-
public class OA2TransactionKeys extends DSTransactionKeys
Created by Jeff Gaynor
on 2/28/14 at 5:22 PM
-
-
Field Summary
Fields Modifier and Type Field Description protected String
atJWT
protected String
authTime
protected String
authzGrantLifetime
protected String
expiresIn
protected String
isRFC8628
protected String
proxyID
protected String
refreshToken
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 edu.uiuc.ncsa.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
expiresIn(String... x)
String
isRFC8628(String... x)
String
proxyID(String... x)
String
refreshToken(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 edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions.DSTransactionKeys
cert, certReq, clientKey, myproxyUsername, username
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
accessTokenValid, callbackUri, lifetime, nonce, tempCredValid
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions.BasicTransactionKeys
accessToken, authGrant, tempCred, verifier
-
-
-
-
Field Detail
-
authTime
protected String authTime
-
atJWT
protected String atJWT
-
authzGrantLifetime
protected String authzGrantLifetime
-
expiresIn
protected String expiresIn
-
isRFC8628
protected String isRFC8628
-
proxyID
protected String proxyID
-
refreshToken
protected String refreshToken
-
refreshTokenLifetime
protected String refreshTokenLifetime
-
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
-
-