Class OA4MPServiceTransaction
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.util.IdentifiableImpl
-
- org.oa4mp.delegation.common.transactions.storage.BasicTransaction
-
- edu.uiuc.ncsa.oa4mp.delegation.server.ServiceTransaction
-
- org.oa4mp.server.api.OA4MPServiceTransaction
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.cache.Cacheable
,edu.uiuc.ncsa.security.core.Identifiable
,Serializable
,Cloneable
- Direct Known Subclasses:
OA2ServiceTransaction
public class OA4MPServiceTransaction extends ServiceTransaction
Created by Jeff Gaynor
on May 17, 2011 at 3:26:21 PM- See Also:
- Serialized Form
-
-
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 OA4MPServiceTransaction(AuthorizationGrant ag)
OA4MPServiceTransaction(edu.uiuc.ncsa.security.core.Identifier identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
protected String
formatToString()
String
getMyproxyUsername()
void
setMyproxyUsername(String myproxyUsername)
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.ServiceTransaction
getCallback, getCertReq, getCertReqString, getClient, getLifetime, 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
-
-
-
-
Constructor Detail
-
OA4MPServiceTransaction
public OA4MPServiceTransaction(edu.uiuc.ncsa.security.core.Identifier identifier)
-
OA4MPServiceTransaction
public OA4MPServiceTransaction(AuthorizationGrant ag)
-
-
Method Detail
-
getMyproxyUsername
public String getMyproxyUsername()
-
setMyproxyUsername
public void setMyproxyUsername(String myproxyUsername)
-
formatToString
protected String formatToString()
- Overrides:
formatToString
in classServiceTransaction
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classServiceTransaction
-
-