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

公開メンバ関数

String healthCheck ()
 
CommandResponse2 setupClient (SetupClientParams params)
 
CommandResponse2 getClientToken (GetClientTokenParams params)
 
CommandResponse2 introspectAccessToken (IntrospectAccessTokenParams params)
 
CommandResponse2 introspectRpt (IntrospectRptParams params)
 
CommandResponse2 registerSite (@HeaderParam("Authorization") String authorization, RegisterSiteParams params)
 
CommandResponse2 updateSite (@HeaderParam("Authorization") String authorization, UpdateSiteParams params)
 
CommandResponse2 removeSite (@HeaderParam("Authorization") String authorization, RemoveSiteParams params)
 
CommandResponse2 getAuthorizationUrl (@HeaderParam("Authorization") String authorization, GetAuthorizationUrlParams params)
 
CommandResponse2 getAuthorizationCode (@HeaderParam("Authorization") String authorization, GetAuthorizationCodeParams params)
 
CommandResponse2 getTokenByCode (@HeaderParam("Authorization") String authorization, GetTokensByCodeParams params)
 
CommandResponse2 getUserInfo (@HeaderParam("Authorization") String authorization, GetUserInfoParams params)
 
CommandResponse2 getLogoutUri (@HeaderParam("Authorization") String authorization, GetLogoutUrlParams params)
 
CommandResponse2 getAccessTokenByRefreshToken (GetAccessTokenByRefreshTokenParams params)
 
CommandResponse2 umaRsProtect (@HeaderParam("Authorization") String authorization, RsProtectParams2 params)
 
CommandResponse2 umaRsCheckAccess (@HeaderParam("Authorization") String authorization, RsCheckAccessParams params)
 
CommandResponse2 umaRpGetRpt (@HeaderParam("Authorization") String authorization, RpGetRptParams params)
 
CommandResponse2 umaRpGetClaimsGatheringUrl (@HeaderParam("Authorization") String authorization, RpGetClaimsGatheringUrlParams params)
 
CommandResponse2 authorizationCodeFlow (@HeaderParam("Authorization") String authorization, AuthorizationCodeFlowParams params)
 
CommandResponse2 checkAccessToken (@HeaderParam("Authorization") String authorization, CheckAccessTokenParams params)
 
CommandResponse2 checkIdToken (@HeaderParam("Authorization") String authorization, CheckIdTokenParams params)
 

詳解

著者
yuriyz

関数詳解

◆ authorizationCodeFlow()

CommandResponse2 org.xdi.oxd.client.ClientInterface.authorizationCodeFlow ( @HeaderParam("Authorization") String  authorization,
AuthorizationCodeFlowParams  params 
)

◆ checkAccessToken()

CommandResponse2 org.xdi.oxd.client.ClientInterface.checkAccessToken ( @HeaderParam("Authorization") String  authorization,
CheckAccessTokenParams  params 
)

◆ checkIdToken()

CommandResponse2 org.xdi.oxd.client.ClientInterface.checkIdToken ( @HeaderParam("Authorization") String  authorization,
CheckIdTokenParams  params 
)

◆ getAccessTokenByRefreshToken()

CommandResponse2 org.xdi.oxd.client.ClientInterface.getAccessTokenByRefreshToken ( GetAccessTokenByRefreshTokenParams  params)

◆ getAuthorizationCode()

CommandResponse2 org.xdi.oxd.client.ClientInterface.getAuthorizationCode ( @HeaderParam("Authorization") String  authorization,
GetAuthorizationCodeParams  params 
)

◆ getAuthorizationUrl()

CommandResponse2 org.xdi.oxd.client.ClientInterface.getAuthorizationUrl ( @HeaderParam("Authorization") String  authorization,
GetAuthorizationUrlParams  params 
)

◆ getClientToken()

CommandResponse2 org.xdi.oxd.client.ClientInterface.getClientToken ( GetClientTokenParams  params)

◆ getLogoutUri()

CommandResponse2 org.xdi.oxd.client.ClientInterface.getLogoutUri ( @HeaderParam("Authorization") String  authorization,
GetLogoutUrlParams  params 
)

◆ getTokenByCode()

CommandResponse2 org.xdi.oxd.client.ClientInterface.getTokenByCode ( @HeaderParam("Authorization") String  authorization,
GetTokensByCodeParams  params 
)

◆ getUserInfo()

CommandResponse2 org.xdi.oxd.client.ClientInterface.getUserInfo ( @HeaderParam("Authorization") String  authorization,
GetUserInfoParams  params 
)

◆ healthCheck()

String org.xdi.oxd.client.ClientInterface.healthCheck ( )

◆ introspectAccessToken()

CommandResponse2 org.xdi.oxd.client.ClientInterface.introspectAccessToken ( IntrospectAccessTokenParams  params)

◆ introspectRpt()

CommandResponse2 org.xdi.oxd.client.ClientInterface.introspectRpt ( IntrospectRptParams  params)

◆ registerSite()

CommandResponse2 org.xdi.oxd.client.ClientInterface.registerSite ( @HeaderParam("Authorization") String  authorization,
RegisterSiteParams  params 
)

◆ removeSite()

CommandResponse2 org.xdi.oxd.client.ClientInterface.removeSite ( @HeaderParam("Authorization") String  authorization,
RemoveSiteParams  params 
)

◆ setupClient()

CommandResponse2 org.xdi.oxd.client.ClientInterface.setupClient ( SetupClientParams  params)

◆ umaRpGetClaimsGatheringUrl()

CommandResponse2 org.xdi.oxd.client.ClientInterface.umaRpGetClaimsGatheringUrl ( @HeaderParam("Authorization") String  authorization,
RpGetClaimsGatheringUrlParams  params 
)

◆ umaRpGetRpt()

CommandResponse2 org.xdi.oxd.client.ClientInterface.umaRpGetRpt ( @HeaderParam("Authorization") String  authorization,
RpGetRptParams  params 
)

◆ umaRsCheckAccess()

CommandResponse2 org.xdi.oxd.client.ClientInterface.umaRsCheckAccess ( @HeaderParam("Authorization") String  authorization,
RsCheckAccessParams  params 
)

◆ umaRsProtect()

CommandResponse2 org.xdi.oxd.client.ClientInterface.umaRsProtect ( @HeaderParam("Authorization") String  authorization,
RsProtectParams2  params 
)

◆ updateSite()

CommandResponse2 org.xdi.oxd.client.ClientInterface.updateSite ( @HeaderParam("Authorization") String  authorization,
UpdateSiteParams  params 
)

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