Class CILogonServiceTransaction

    • Field Summary

      • Fields inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.ServiceTransaction

        accessTokenValid, authGrantValid
      • Fields inherited from class edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions.BasicTransaction

        authorizationGrant
    • Constructor Summary

      Constructors 
      Constructor Description
      CILogonServiceTransaction​(edu.uiuc.ncsa.security.core.Identifier identifier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(Object obj)  
      String getAffiliation()  
      String getDisplayName()  
      String getLoa()  
      String getOrganizationalUnit()  
      edu.uiuc.ncsa.security.core.Identifier getUserUID()  
      boolean isComplete()  
      void setAffiliation​(String affiliation)  
      void setComplete​(boolean complete)  
      void setDisplayName​(String displayName)  
      void setLoa​(String loa)  
      void setOrganizationalUnit​(String organizationalUnit)  
      void setUserUID​(edu.uiuc.ncsa.security.core.Identifier userUID)  
      • Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.OA4MPServiceTransaction

        formatToString, getMyproxyUsername, setMyproxyUsername
      • Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.ServiceTransaction

        getCallback, getCertReq, getCertReqString, getClient, getLifetime, getResponseTypes, getUsername, isAccessTokenValid, isAuthGrantValid, setAccessTokenValid, setAuthGrantValid, setCallback, setCertReq, setCertReq, setCertReqString, setClient, setLifetime, setUsername, toString
      • Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions.BasicTransaction

        checkTokenEquals, getAccessToken, getAuthorizationGrant, getProtectedAsset, getVerifier, hasAccessToken, hasAuthorizationGrant, hasProtectedAsset, hasVerifier, setAccessToken, setAuthorizationGrant, setProtectedAsset, setVerifier
      • Methods inherited from class edu.uiuc.ncsa.security.core.util.IdentifiableImpl

        clone, getDescription, getIdentifier, getIdentifierString, isReadOnly, setDescription, setIdentifier, setReadOnly
      • Methods inherited from interface edu.uiuc.ncsa.security.core.Identifiable

        clone, getDescription, getIdentifier, getIdentifierString, isReadOnly, setDescription, setIdentifier, setReadOnly