gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.client.uma.UmaTokenService インタフェース
org.xdi.oxauth.client.uma.UmaTokenService 連携図
Collaboration graph

公開メンバ関数

UmaTokenResponse requestRpt ( @HeaderParam("Authorization") String authorization, @FormParam("grant_type") String grantType, @FormParam("ticket") String ticket, @FormParam("claim_token") String claimToken, @FormParam("claim_token_format") String claimTokenFormat, @FormParam("pct") String pctCode, @FormParam("rpt") String rptCode, @FormParam("scope") String scope)
 
UmaTokenResponse requestJwtAuthorizationRpt ( @FormParam("client_assertion_type") String clientAssertionType, @FormParam("client_assertion") String clientAssertion, @FormParam("grant_type") String grantType, @FormParam("ticket") String ticket, @FormParam("claim_token") String claimToken, @FormParam("claim_token_format") String claimTokenFormat, @FormParam("pct") String pctCode, @FormParam("rpt") String rptCode, @FormParam("scope") String scope)
 

詳解

著者
yuriyz on 06/21/2017.

関数詳解

◆ requestJwtAuthorizationRpt()

UmaTokenResponse org.xdi.oxauth.client.uma.UmaTokenService.requestJwtAuthorizationRpt ( @FormParam("client_assertion_type") String  clientAssertionType,
@FormParam("client_assertion") String  clientAssertion,
@FormParam("grant_type") String  grantType,
@FormParam("ticket") String  ticket,
@FormParam("claim_token") String  claimToken,
@FormParam("claim_token_format") String  claimTokenFormat,
@FormParam("pct") String  pctCode,
@FormParam("rpt") String  rptCode,
@FormParam("scope") String  scope 
)

◆ requestRpt()

UmaTokenResponse org.xdi.oxauth.client.uma.UmaTokenService.requestRpt ( @HeaderParam("Authorization") String  authorization,
@FormParam("grant_type") String  grantType,
@FormParam("ticket") String  ticket,
@FormParam("claim_token") String  claimToken,
@FormParam("claim_token_format") String  claimTokenFormat,
@FormParam("pct") String  pctCode,
@FormParam("rpt") String  rptCode,
@FormParam("scope") String  scope 
)

このインタフェース詳解は次のファイルから抽出されました: