Class RefreshTokenImpl
- java.lang.Object
-
- org.oa4mp.delegation.common.token.impl.TokenImpl
-
- org.oa4mp.delegation.common.token.impl.RefreshTokenImpl
-
- All Implemented Interfaces:
Serializable
,NewToken
,RefreshToken
,Token
public class RefreshTokenImpl extends TokenImpl implements RefreshToken
Created by Jeff Gaynor
on 10/2/13 at 12:02 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 RefreshTokenImpl()
RefreshTokenImpl(String sciToken, URI jti)
RefreshTokenImpl(URI token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
protected String
getTokenType()
-
Methods inherited from class org.oa4mp.delegation.common.token.impl.TokenImpl
createString, decodeToken, encodeToken, fromJSON, getExpiresAt, getIssuedAt, getJti, getJTIAsIdentifier, getLifetime, getPayload, getToken, 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
-
-