gluu
|
継承メンバを含む org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl の全メンバ一覧です。
appConfiguration | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
applicationAuditLogger | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
authenticationFilterService | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
authenticationService | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
authorizationGrantList | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
error(int p_status, TokenErrorResponseType p_type) | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | inlineprivate |
errorResponseFactory | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
getJSonResponse(AccessToken accessToken, TokenType tokenType, Integer expiresIn, RefreshToken refreshToken, String scope, IdToken idToken) | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | inline |
grantService | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
identity | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
log | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
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.TokenRestWebServiceImpl | inline |
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.TokenRestWebServiceImpl | inlineprivate |
umaTokenService | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
userService | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | private |
validatePKCE(AuthorizationCodeGrant grant, String codeVerifier, OAuth2AuditLog oAuth2AuditLog) | org.xdi.oxauth.token.ws.rs.TokenRestWebServiceImpl | inlineprivate |