Class AuthorizationGrantImpl
- java.lang.Object
-
- org.oa4mp.delegation.common.token.impl.TokenImpl
-
- org.oa4mp.delegation.common.token.impl.AuthorizationGrantImpl
-
- All Implemented Interfaces:
Serializable
,AuthorizationGrant
,NewToken
,Token
public class AuthorizationGrantImpl extends TokenImpl implements AuthorizationGrant
The OAuth 1.0a version of an AuthorizationGrantCreated by Jeff Gaynor
on Mar 16, 2011 at 1:00:30 PM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.oa4mp.delegation.common.token.impl.TokenImpl
EXPIRES_AT, IS_JWT, JTI, PAYLOAD, TOKEN, TOKEN_TYPE
-
Fields inherited from interface org.oa4mp.delegation.common.token.NewToken
OLD_SYSTEM_DEFAULT_LIFETIME
-
-
Constructor Summary
Constructors Constructor Description AuthorizationGrantImpl()
AuthorizationGrantImpl(String sciToken, URI jti)
AuthorizationGrantImpl(URI token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
-
Methods inherited from class org.oa4mp.delegation.common.token.impl.TokenImpl
createString, decodeToken, encodeToken, fromJSON, getExpiresAt, getIssuedAt, getJti, getJTIAsIdentifier, getLifetime, getPayload, getToken, getTokenType, getURIToken, getVersion, hasPayload, init, isExpired, isJWT, isOldVersion, main, newFromJSON, newToJSON, oldFromJSON, oldToJSON, setExpiresAt, setIssuedAt, setJti, setJWT, setLifetime, setPayload, setToken, setToken, setVersion, toJSON, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.oa4mp.delegation.common.token.NewToken
decodeToken, encodeToken, fromJSON, getIssuedAt, getJti, getJTIAsIdentifier, getLifetime, getVersion, isExpired, toJSON
-
-