gluu
静的公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.model.clientinfo.ClientInfoParamsValidator クラス
org.xdi.oxauth.model.clientinfo.ClientInfoParamsValidator 連携図
Collaboration graph

静的公開メンバ関数

static boolean validateParams (String accessToken)
 

詳解

Validates the parameters received for the client info web service.

著者
Javier Rojas Blum Date: 07.19.2012

関数詳解

◆ validateParams()

static boolean org.xdi.oxauth.model.clientinfo.ClientInfoParamsValidator.validateParams ( String  accessToken)
inlinestatic

Validates the parameters for a client info request.

引数
accessToken
戻り値
Returns true when all the parameters are valid.
22  {
23  return accessToken != null && !accessToken.isEmpty();
24  }

このクラス詳解は次のファイルから抽出されました: