Package org.oa4mp.server.api
Class OA4MPServiceTransaction
- 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
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.cache.Cacheable,edu.uiuc.ncsa.security.core.Identifiable,Serializable,Cloneable
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 org.oa4mp.delegation.server.ServiceTransaction
accessTokenValid, authGrantValid, ID_TOKEN_HINT_KEY, PROMPT_KEY, STATE_COMMENT_KEY, STATE_KEY
-
-
Constructor Summary
Constructors Constructor Description OA4MPServiceTransaction(edu.uiuc.ncsa.security.core.Identifier identifier)OA4MPServiceTransaction(org.oa4mp.delegation.common.token.AuthorizationGrant ag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)protected StringformatToString()StringgetMyproxyUsername()booleanisConsentPageOK()voidsetConsentPageOK(boolean consentPageOK)voidsetMyproxyUsername(String myproxyUsername)-
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, hasAccessToken, hasAuthorizationGrant, hasProtectedAsset, setAccessToken, setAuthorizationGrant, setProtectedAsset
-
Methods inherited from class edu.uiuc.ncsa.security.core.util.IdentifiableImpl
clone, getDescription, getIdentifier, getIdentifierString, isReadOnly, setDescription, setIdentifier, setReadOnly
-
-
-
-
Method Detail
-
isConsentPageOK
public boolean isConsentPageOK()
-
setConsentPageOK
public void setConsentPageOK(boolean consentPageOK)
-
getMyproxyUsername
public String getMyproxyUsername()
-
setMyproxyUsername
public void setMyproxyUsername(String myproxyUsername)
-
formatToString
protected String formatToString()
- Overrides:
formatToStringin classServiceTransaction
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classServiceTransaction
-
-