Interface AuthorizationGrant
-
- All Superinterfaces:
NewToken
,Serializable
,Token
- All Known Implementing Classes:
AuthorizationGrantImpl
,OA1AuthorizationGrantImpl
public interface AuthorizationGrant extends NewToken
An authorization grant. This will be exchanged later for anAccessToken
Created by Jeff Gaynor
on Mar 11, 2011 at 4:10:50 PM
-
-
Field Summary
-
Fields inherited from interface edu.uiuc.ncsa.oa4mp.delegation.common.token.NewToken
OLD_SYSTEM_DEFAULT_LIFETIME
-
-
Method Summary
-
Methods inherited from interface edu.uiuc.ncsa.oa4mp.delegation.common.token.NewToken
decodeToken, encodeToken, fromJSON, getIssuedAt, getJti, getJTIAsIdentifier, getLifetime, getVersion, isExpired, toJSON
-
-