Class CILOA2TransactionKeys
- 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
-
- org.cilogon.oauth2.servlet.storage.transaction.CILOA2TransactionKeys
-
- All Implemented Interfaces:
Serializable
public class CILOA2TransactionKeys extends org.oa4mp.server.loader.oauth2.storage.transactions.OA2TransactionKeys
Created by Jeff Gaynor
on 10/8/15 at 8:30 AM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.oa4mp.server.loader.oauth2.storage.transactions.OA2TransactionKeys
atJWT, authTime, authzGrantLifetime, expiresIn, idTokenIdentifier, idTokenLifetime, isRFC8628, proxyID, refreshToken, refreshTokenExpiresAt, refreshTokenLifetime, refreshTokenValid, reqState, rtJWT, scopes, states, userCode, validatedScopes
-
-
Constructor Summary
Constructors Constructor Description CILOA2TransactionKeys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
affiliation(String... x)
List<String>
allKeys()
String
displayName(String... x)
String
LOA(String... x)
String
organizationalUnit(String... x)
String
userUID(String... x)
-
Methods inherited from class org.oa4mp.server.loader.oauth2.storage.transactions.OA2TransactionKeys
atJWT, authTime, authzGrantLifetime, expiresIn, idTokenIdentifier, idTokenLifetime, isRFC8628, proxyID, refreshToken, refreshTokenExpiresAt, refreshTokenLifetime, refreshTokenValid, reqState, rtJWT, scopes, states, userCode, validatedScopes
-
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, verifier
-
-