Uses of Class
org.oa4mp.delegation.common.token.impl.TokenImpl
-
Packages that use TokenImpl Package Description org.oa4mp.delegation.common.token org.oa4mp.delegation.common.token.impl org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.org.oa4mp.delegation.server.jwt org.oa4mp.server.admin.myproxy.oauth2.tools -
-
Uses of TokenImpl in org.oa4mp.delegation.common.token
Subclasses of TokenImpl in org.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 org.oa4mp.delegation.common.token.impl
Subclasses of TokenImpl in org.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 org.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 org.oa4mp.delegation.common.token.impl with parameters of type TokenImpl Constructor Description TokenParse(String rawToken, TokenImpl token)
-
Uses of TokenImpl in org.oa4mp.delegation.server
Methods in org.oa4mp.delegation.server that return TokenImpl Modifier and Type Method Description TokenImpl
OA2TokenForge. getIDToken(String... tokens)
-
Uses of TokenImpl in org.oa4mp.delegation.server.jwt
Methods in org.oa4mp.delegation.server.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. -
Uses of TokenImpl in org.oa4mp.server.admin.myproxy.oauth2.tools
Methods in org.oa4mp.server.admin.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)
-