Class CILogonServiceTransaction
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.util.IdentifiableImpl
-
- org.oa4mp.delegation.common.storage.transactions.BasicTransaction
-
- org.oa4mp.delegation.server.ServiceTransaction
-
- org.oa4mp.server.api.OA4MPServiceTransaction
-
- org.cilogon.oauth2.servlet.storage.transaction.CILogonServiceTransaction
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.cache.Cacheable
,edu.uiuc.ncsa.security.core.Identifiable
,Serializable
,Cloneable
,AbstractCILServiceTransaction
public class CILogonServiceTransaction extends org.oa4mp.server.api.OA4MPServiceTransaction implements AbstractCILServiceTransaction
Created by Jeff Gaynor
on 3/14/12 at 3:38 PM- See Also:
- Serialized Form
-
-
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, getLifetime, getResponseTypes, getUsername, isAccessTokenValid, isAuthGrantValid, setAccessTokenValid, setAuthGrantValid, setCallback, setCertReq, setCertReq, setCertReqString, setClient, setLifetime, 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
-
-
-
-
Method Detail
-
isComplete
public boolean isComplete()
-
setComplete
public void setComplete(boolean complete)
-
getLoa
public String getLoa()
- Specified by:
getLoa
in interfaceAbstractCILServiceTransaction
-
setLoa
public void setLoa(String loa)
- Specified by:
setLoa
in interfaceAbstractCILServiceTransaction
-
getAffiliation
public String getAffiliation()
- Specified by:
getAffiliation
in interfaceAbstractCILServiceTransaction
-
setAffiliation
public void setAffiliation(String affiliation)
- Specified by:
setAffiliation
in interfaceAbstractCILServiceTransaction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAbstractCILServiceTransaction
-
setDisplayName
public void setDisplayName(String displayName)
- Specified by:
setDisplayName
in interfaceAbstractCILServiceTransaction
-
getOrganizationalUnit
public String getOrganizationalUnit()
- Specified by:
getOrganizationalUnit
in interfaceAbstractCILServiceTransaction
-
setOrganizationalUnit
public void setOrganizationalUnit(String organizationalUnit)
- Specified by:
setOrganizationalUnit
in interfaceAbstractCILServiceTransaction
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classorg.oa4mp.server.api.OA4MPServiceTransaction
-
getUserUID
public edu.uiuc.ncsa.security.core.Identifier getUserUID()
- Specified by:
getUserUID
in interfaceAbstractCILServiceTransaction
-
setUserUID
public void setUserUID(edu.uiuc.ncsa.security.core.Identifier userUID)
- Specified by:
setUserUID
in interfaceAbstractCILServiceTransaction
-
-