Class CILOA2TransactionKeys


  • public class CILOA2TransactionKeys
    extends edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions.OA2TransactionKeys

    Created by Jeff Gaynor
    on 10/8/15 at 8:30 AM

    • Field Summary

      • Fields inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions.OA2TransactionKeys

        atJWT, authTime, authzGrantLifetime, expiresIn, idTokenIdentifier, idTokenLifetime, isRFC8628, proxyID, refreshToken, refreshTokenExpiresAt, refreshTokenLifetime, refreshTokenValid, reqState, rtJWT, scopes, states, userCode, validatedScopes
      • Fields inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.support.ServiceTransactionKeys

        lifetime
    • 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 edu.uiuc.ncsa.myproxy.oa4mp.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 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
      • Methods inherited from class edu.uiuc.ncsa.security.storage.data.SerializationKeys

        description, identifier
    • Constructor Detail

      • CILOA2TransactionKeys

        public CILOA2TransactionKeys()
    • Method Detail

      • organizationalUnit

        public String organizationalUnit​(String... x)
      • allKeys

        public List<String> allKeys()
        Overrides:
        allKeys in class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions.OA2TransactionKeys