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 StringatJWTprotected StringauthTimeprotected StringauthzGrantLifetimeprotected StringconsentPageOKprotected StringexpiresInprotected StringidTokenIdentifierprotected StringidTokenLifetimeprotected StringisRFC8628protected StringproxyIDprotected StringrefreshTokenprotected StringrefreshTokenExpiresAtprotected StringrefreshTokenLifetimeprotected StringrefreshTokenValidprotected StringreqStateprotected StringrtJWTprotected Stringscopesprotected Stringstatesprotected StringuserCodeprotected StringvalidatedScopes
-
Constructor Summary
Constructors Constructor Description OA2TransactionKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>allKeys()StringatJWT(String... x)StringauthTime(String... x)StringauthzGrantLifetime(String... x)StringconsentPageOK(String... x)StringexpiresIn(String... x)StringidTokenIdentifier(String... x)StringidTokenLifetime(String... x)StringisRFC8628(String... x)StringproxyID(String... x)StringrefreshToken(String... x)StringrefreshTokenExpiresAt(String... x)StringrefreshTokenLifetime(String... x)StringrefreshTokenValid(String... x)StringreqState(String... x)StringrtJWT(String... x)Stringscopes(String... x)Stringstates(String... x)StringuserCode(String... x)StringvalidatedScopes(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:
allKeysin classDSTransactionKeys
-
-