Uses of Class
org.oa4mp.delegation.common.impl.token.TokenImpl
-
-
Uses of TokenImpl in edu.uiuc.ncsa.myproxy.oauth2.tools
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools with parameters of type TokenImpl Modifier and Type Method Description protected void
OA2CLCCommands. NEWprintToken(TokenImpl tokenImpl, boolean noVerify, boolean printRaw)
void
OA2CLCCommands. printToken(TokenImpl accessToken, boolean noVerify, boolean printRaw)
protected void
TransactionStoreCommands. showExp(String tokenName, long lifetime, boolean isValid, TokenImpl token, int width, String stile)
-
Uses of TokenImpl in edu.uiuc.ncsa.oa4mp.delegation.common.token
Subclasses of TokenImpl in edu.uiuc.ncsa.oa4mp.delegation.common.token Modifier and Type Class Description class
OA1TokenImpl
Created by Jeff Gaynor
on 11/9/20 at 9:00 AM -
Uses of TokenImpl in edu.uiuc.ncsa.oa4mp.delegation.common.token.impl
Subclasses of TokenImpl in edu.uiuc.ncsa.oa4mp.delegation.common.token.impl 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
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 TokenImpl Modifier and Type Method Description protected static void
TokenFactory. parseRawToken(String rawToken, TokenImpl token)
Parses the raw string from, e.g., a server response and populates a token from that.Constructors in edu.uiuc.ncsa.oa4mp.delegation.common.token.impl with parameters of type TokenImpl Constructor Description TokenParse(String rawToken, TokenImpl token)
-
Uses of TokenImpl in edu.uiuc.ncsa.oa4mp.delegation.oa2
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2 that return TokenImpl Modifier and Type Method Description TokenImpl
OA2TokenForge. getIDToken(String... tokens)
-
Uses of TokenImpl in edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt that return TokenImpl Modifier and Type Method Description TokenImpl
PayloadHandler. getSignedPayload(edu.uiuc.ncsa.security.util.jwk.JSONWebKey key)
TokenImpl
PayloadHandler. getSignedPayload(edu.uiuc.ncsa.security.util.jwk.JSONWebKey key, String headerType)
Take the payload of this and sign it with the given key, using the header as needed.
-