Uses of Interface
org.oa4mp.delegation.common.token.Token
-
Packages that use Token Package Description org.oa4mp.delegation.common.token org.oa4mp.delegation.common.token.impl -
-
Uses of Token in org.oa4mp.delegation.common.token
Subinterfaces of Token in org.oa4mp.delegation.common.token Modifier and Type Interface Description interfaceAccessTokenAn access token for delegation.interfaceAuthorizationGrantAn authorization grant.interfaceNewTokenCreated by Jeff Gaynor
on 11/9/20 at 8:34 AMinterfaceRefreshTokenCreated by Jeff Gaynor
on 2/21/14 at 3:45 PM -
Uses of Token in org.oa4mp.delegation.common.token.impl
Classes in org.oa4mp.delegation.common.token.impl that implement Token Modifier and Type Class Description classAccessTokenImplCreated by Jeff Gaynor
on Mar 16, 2011 at 1:01:13 PMclassAuthorizationGrantImplThe OAuth 1.0a version of an AuthorizationGrantclassIDTokenImplThis is used for ID tokens.classRefreshTokenImplCreated by Jeff Gaynor
on 10/2/13 at 12:02 PMclassTokenImplOAuth 1.0 tokens always have an associated shared secret.Methods in org.oa4mp.delegation.common.token.impl with parameters of type Token Modifier and Type Method Description static StringTokenUtils. b32EncodeToken(Token token)static StringTokenUtils. b64EncodeToken(Token token)
-