Class VerifierImpl
- java.lang.Object
-
- org.oa4mp.delegation.common.impl.token.TokenImpl
-
- org.oa4mp.delegation.common.token.OA1TokenImpl
-
- org.oa4mp.delegation.common.impl.token.VerifierImpl
-
- All Implemented Interfaces:
OA1Token
,NewToken
,Token
,Verifier
,Serializable
public class VerifierImpl extends OA1TokenImpl implements Verifier
Created by Jeff Gaynor
on May 3, 2011 at 1:30:15 PM- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.oa4mp.delegation.common.token.impl.TokenImpl
EXPIRES_AT, IS_JWT, JTI, PAYLOAD, TOKEN, TOKEN_TYPE
-
Fields inherited from interface edu.uiuc.ncsa.oa4mp.delegation.common.token.NewToken
OLD_SYSTEM_DEFAULT_LIFETIME
-
Fields inherited from interface edu.uiuc.ncsa.oa4mp.delegation.common.token.impl.OA1Token
SHARED_SECRET_KEY
-
-
Constructor Summary
Constructors Constructor Description VerifierImpl(URI token)
VerifierImpl(URI token, URI sharedSecret)
-
Method Summary
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.common.token.OA1TokenImpl
createString, equals, fromJSON, getSharedSecret, getURISharedSecret, setSharedSecret, setSharedSecret, toJSON
-
Methods inherited from class edu.uiuc.ncsa.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 edu.uiuc.ncsa.oa4mp.delegation.common.token.NewToken
decodeToken, encodeToken, fromJSON, getIssuedAt, getJti, getJTIAsIdentifier, getLifetime, getVersion, isExpired, toJSON
-
-