Class CILogonServiceTransaction

    • Field Summary

      • Fields inherited from class org.oa4mp.delegation.server.ServiceTransaction

        accessTokenValid, authGrantValid, ID_TOKEN_HINT_KEY, PROMPT_KEY, STATE_COMMENT_KEY, STATE_KEY
      • Fields inherited from class org.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 org.oa4mp.server.api.OA4MPServiceTransaction

        formatToString, getMyproxyUsername, setMyproxyUsername
      • Methods inherited from class org.oa4mp.delegation.server.ServiceTransaction

        getCallback, getCertReq, getCertReqString, getClient, getIDTokenHint, getLifetime, getPrompt, getResponseTypes, getState, getUsername, hasIDTokenHintKey, hasPromptKey, isAccessTokenValid, isAuthGrantValid, setAccessTokenValid, setAuthGrantValid, setCallback, setCertReq, setCertReq, setCertReqString, setClient, setIDTokenHint, setLifetime, setPrompt, setState, setUsername, toString
      • Methods inherited from class org.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