Interface AccessToken
-
- All Superinterfaces:
NewToken
,Serializable
,Token
- All Known Implementing Classes:
AccessTokenImpl
,OA1AccessTokenImpl
public interface AccessToken extends NewToken
An access token for delegation. This is used later to retrieve theProtectedAsset
.Created by Jeff Gaynor
on Mar 11, 2011 at 4:10:17 PM
-
-
Field Summary
-
Fields inherited from interface edu.uiuc.ncsa.oa4mp.delegation.common.token.NewToken
OLD_SYSTEM_DEFAULT_LIFETIME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description net.sf.json.JSONObject
getPayload()
void
setPayload(net.sf.json.JSONObject jsonObject)
-
Methods inherited from interface edu.uiuc.ncsa.oa4mp.delegation.common.token.NewToken
decodeToken, encodeToken, fromJSON, getIssuedAt, getJti, getJTIAsIdentifier, getLifetime, getVersion, isExpired, toJSON
-
-