Uses of Class
com.nimbusds.oauth2.sdk.token.BearerAccessToken

Packages that use BearerAccessToken
com.nimbusds.oauth2.sdk.token OAuth 2.0 access and refresh token implementations. 
com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses. 
com.nimbusds.openid.connect.sdk.rp OpenID Connect Relying Party (RP) classes. 
 

Uses of BearerAccessToken in com.nimbusds.oauth2.sdk.token
 

Methods in com.nimbusds.oauth2.sdk.token that return BearerAccessToken
static BearerAccessToken BearerAccessToken.parse(net.minidev.json.JSONObject jsonObject)
          Parses a bearer access token from a JSON object access token response.
static BearerAccessToken BearerAccessToken.parse(String header)
          Parses an HTTP Authorization header for a bearer access token.
 

Uses of BearerAccessToken in com.nimbusds.openid.connect.sdk
 

Methods in com.nimbusds.openid.connect.sdk that return BearerAccessToken
 BearerAccessToken OIDCClientRegistrationRequest.getAccessToken()
          Gets the OAuth 2.0 Bearer access token.
 

Methods in com.nimbusds.openid.connect.sdk with parameters of type BearerAccessToken
 void OIDCClientRegistrationRequest.setAccessToken(BearerAccessToken accessToken)
          Sets the OAuth 2.0 Bearer access token.
 

Uses of BearerAccessToken in com.nimbusds.openid.connect.sdk.rp
 

Methods in com.nimbusds.openid.connect.sdk.rp that return BearerAccessToken
 BearerAccessToken Client.getRegistrationAccessToken()
          Gets the registration access token.
 

Methods in com.nimbusds.openid.connect.sdk.rp with parameters of type BearerAccessToken
 void Client.setRegistrationAccessToken(BearerAccessToken accessToken)
          Sets the registration access token.
 



Copyright © 2013 NimbusDS. All Rights Reserved.