Uses of Class
org.glassfish.jersey.client.oauth2.TokenResult
-
Packages that use TokenResult Package Description org.glassfish.jersey.client.oauth2 Jersey OAuth 2 Client API. -
-
Uses of TokenResult in org.glassfish.jersey.client.oauth2
Fields in org.glassfish.jersey.client.oauth2 declared as TokenResult Modifier and Type Field Description private TokenResult
AuthCodeGrantImpl. tokenResult
Methods in org.glassfish.jersey.client.oauth2 that return TokenResult Modifier and Type Method Description TokenResult
AuthCodeGrantImpl. finish(java.lang.String authorizationCode, java.lang.String state)
TokenResult
OAuth2CodeGrantFlow. finish(java.lang.String code, java.lang.String state)
Finish the authorization process and return theTokenResult
.TokenResult
AuthCodeGrantImpl.DefaultTokenMessageBodyReader. readFrom(java.lang.Class<TokenResult> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
TokenResult
OAuth2FlowFacebookBuilder.FacebookTokenMessageBodyReader. readFrom(java.lang.Class<TokenResult> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
TokenResult
AuthCodeGrantImpl. refreshAccessToken(java.lang.String refreshToken)
TokenResult
OAuth2CodeGrantFlow. refreshAccessToken(java.lang.String refreshToken)
Refresh the access token using a refresh token.Method parameters in org.glassfish.jersey.client.oauth2 with type arguments of type TokenResult Modifier and Type Method Description TokenResult
AuthCodeGrantImpl.DefaultTokenMessageBodyReader. readFrom(java.lang.Class<TokenResult> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
TokenResult
OAuth2FlowFacebookBuilder.FacebookTokenMessageBodyReader. readFrom(java.lang.Class<TokenResult> type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> httpHeaders, java.io.InputStream entityStream)
-