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

静的公開メンバ関数

static boolean validateParams (String accessToken)
 

詳解

Validates the parameters received for the validate token web service.

著者
Javier Rojas Blum Date: 10.27.2011

関数詳解

◆ validateParams()

static boolean org.xdi.oxauth.model.token.ValidateTokenParamsValidator.validateParams ( String  accessToken)
inlinestatic

Validates the parameters for a validate token request.

引数
accessTokenThe access token issued by the authorization server.
戻り値
Returns true when all the parameters are valid.
23  {
24  return accessToken != null && !accessToken.isEmpty();
25  }

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