Class OA1AccessTokenImpl
- java.lang.Object
-
- org.oa4mp.delegation.common.token.impl.TokenImpl
-
- org.oa4mp.delegation.common.token.OA1TokenImpl
-
- org.oa4mp.delegation.common.token.impl.OA1AccessTokenImpl
-
- All Implemented Interfaces:
Serializable
,AccessToken
,OA1Token
,NewToken
,Token
public class OA1AccessTokenImpl extends OA1TokenImpl implements AccessToken
Created by Jeff Gaynor
on 11/9/20 at 10:12 AM- 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
-
Fields inherited from interface org.oa4mp.delegation.common.token.impl.OA1Token
SHARED_SECRET_KEY
-
-
Constructor Summary
Constructors Constructor Description OA1AccessTokenImpl(URI token, URI sharedSecret)
-
Method Summary
-
Methods inherited from class org.oa4mp.delegation.common.token.OA1TokenImpl
createString, equals, fromJSON, getSharedSecret, getURISharedSecret, setSharedSecret, setSharedSecret, toJSON
-
Methods inherited from class org.oa4mp.delegation.common.token.impl.TokenImpl
decodeToken, encodeToken, 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, 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.AccessToken
getPayload, setPayload
-
Methods inherited from interface org.oa4mp.delegation.common.token.NewToken
decodeToken, encodeToken, fromJSON, getIssuedAt, getJti, getJTIAsIdentifier, getLifetime, getVersion, isExpired, toJSON
-
-