Uses of Interface
org.oa4mp.delegation.common.token.NewToken
-
Packages that use NewToken Package Description org.oa4mp.delegation.common.storage.transactions org.oa4mp.delegation.common.token org.oa4mp.delegation.common.token.impl -
-
Uses of NewToken in org.oa4mp.delegation.common.storage.transactions
Methods in org.oa4mp.delegation.common.storage.transactions with parameters of type NewToken Modifier and Type Method Description protected boolean
BasicTransaction. checkTokenEquals(NewToken token1, NewToken token2)
-
Uses of NewToken in org.oa4mp.delegation.common.token
Subinterfaces of NewToken in org.oa4mp.delegation.common.token Modifier and Type Interface Description interface
AccessToken
An access token for delegation.interface
AuthorizationGrant
An authorization grant.interface
RefreshToken
Created by Jeff Gaynor
on 2/21/14 at 3:45 PM -
Uses of NewToken in org.oa4mp.delegation.common.token.impl
Classes in org.oa4mp.delegation.common.token.impl that implement NewToken Modifier and Type Class Description class
AccessTokenImpl
Created by Jeff Gaynor
on Mar 16, 2011 at 1:01:13 PMclass
AuthorizationGrantImpl
The OAuth 1.0a version of an AuthorizationGrantclass
IDTokenImpl
This is used for ID tokens.class
RefreshTokenImpl
Created by Jeff Gaynor
on 10/2/13 at 12:02 PMclass
TokenImpl
OAuth 1.0 tokens always have an associated shared secret.
-