Uses of Interface
org.oa4mp.delegation.common.token.Token
-
Packages that use Token Package Description edu.uiuc.ncsa.myproxy.oauth2.tools edu.uiuc.ncsa.oa4mp.delegation.common.token edu.uiuc.ncsa.oa4mp.delegation.common.token.impl -
-
Uses of Token in edu.uiuc.ncsa.myproxy.oauth2.tools
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools with parameters of type Token Modifier and Type Method Description net.sf.json.JSONObject
OA2CLCCommands. resolveFromToken(Token token, boolean noVerify)
Turns a token into a JSONObject if it is a JWT. -
Uses of Token in edu.uiuc.ncsa.oa4mp.delegation.common.token
Subinterfaces of Token in edu.uiuc.ncsa.oa4mp.delegation.common.token Modifier and Type Interface Description interface
AccessToken
An access token for delegation.interface
AuthorizationGrant
An authorization grant.interface
NewToken
Created by Jeff Gaynor
on 11/9/20 at 8:34 AMinterface
RefreshToken
Created by Jeff Gaynor
on 2/21/14 at 3:45 PMinterface
Verifier
Not all delegation models require verifiers.Classes in edu.uiuc.ncsa.oa4mp.delegation.common.token that implement Token Modifier and Type Class Description class
OA1TokenImpl
Created by Jeff Gaynor
on 11/9/20 at 9:00 AM -
Uses of Token in edu.uiuc.ncsa.oa4mp.delegation.common.token.impl
Classes in edu.uiuc.ncsa.oa4mp.delegation.common.token.impl that implement Token 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
OA1AccessTokenImpl
Created by Jeff Gaynor
on 11/9/20 at 10:12 AMclass
OA1AuthorizationGrantImpl
Created by Jeff Gaynor
on 11/9/20 at 10:11 AMclass
RefreshTokenImpl
Created by Jeff Gaynor
on 10/2/13 at 12:02 PMclass
TokenImpl
OAuth 1.0 tokens always have an associated shared secret.class
VerifierImpl
Created by Jeff Gaynor
on May 3, 2011 at 1:30:15 PMMethods in edu.uiuc.ncsa.oa4mp.delegation.common.token.impl with parameters of type Token Modifier and Type Method Description static String
TokenUtils. b32EncodeToken(Token token)
static String
TokenUtils. b64EncodeToken(Token token)
-