gluu
org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl メンバ一覧

継承メンバを含む org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl の全メンバ一覧です。

appConfigurationorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
applicationAuditLoggerorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
authenticationFilterServiceorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
authenticationServiceorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
authorizationGrantListorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
error(int p_status, TokenErrorResponseType p_type)org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplinlineprivate
errorResponseFactoryorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
getJSonResponse(AccessToken accessToken, TokenType tokenType, Integer expiresIn, RefreshToken refreshToken, String scope, IdToken idToken)org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplinline
grantServiceorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
identityorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
logorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
requestAccessToken(String grantType, String code, String redirectUri, String username, String password, String scope, String assertion, String refreshToken, String clientId, String clientSecret, String codeVerifier, String ticket, String claimToken, String claimTokenFormat, String pctCode, String rptCode, HttpServletRequest request, SecurityContext sec)org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplinline
org::xdi::oxauth::token::ws::rs::TokenRestWebService.requestAccessToken( @FormParam("grant_type") @ApiParam(value="Grant type value, one of these: authorization_code, implicit, password, client_credentials, refresh_token as described in OAuth 2.0 [RFC6749]", required=true) String grantType, @FormParam("code") @ApiParam(value="Code which is returned by authorization endpoint. (For grant_type=authorization_code)", required=false) String code, @FormParam("redirect_uri") @ApiParam(value="Redirection URI to which the response will be sent. This URI MUST exactly match one of the Redirection URI values for the Client pre-registered at the OpenID Provider", required=false) String redirectUri, @FormParam("username") @ApiParam(value="End-User username.", required=false) String username, @FormParam("password") @ApiParam(value="End-User password.", required=false) String password, @FormParam("scope") @ApiParam(value="OpenID Connect requests MUST contain the openid scope value. If the openid scope value is not present, the behavior is entirely unspecified. Other scope values MAY be present. Scope values used that are not understood by an implementation SHOULD be ignored.", required=false) String scope, @FormParam("assertion") @ApiParam(value="Assertion", required=false) String assertion, @FormParam("refresh_token") @ApiParam(value="Refresh token", required=false) String refreshToken, @FormParam("client_id") @ApiParam(value="OAuth 2.0 Client Identifier valid at the Authorization Server.", required=false) String clientId, @FormParam("client_secret") @ApiParam(value="The client secret. The client MAY omit the parameter if the client secret is an empty string.", required=false) String clientSecret, @FormParam("code_verifier") @ApiParam(value="The client's PKCE code verifier.", required=false) String codeVerifier, @FormParam("ticket") String ticket, @FormParam("claim_token") String claimToken, @FormParam("claim_token_format") String claimTokenFormat, @FormParam("pct") String pctCode, @FormParam("rpt") String rptCode, @Context HttpServletRequest request, @Context SecurityContext sec)org.xdi.oxauth.token.ws.rs.TokenRestWebService
response(ResponseBuilder builder, OAuth2AuditLog oAuth2AuditLog)org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplinlineprivate
umaTokenServiceorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
userServiceorg.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplprivate
validatePKCE(AuthorizationCodeGrant grant, String codeVerifier, OAuth2AuditLog oAuth2AuditLog)org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImplinlineprivate