gluu
公開メンバ関数 | 全メンバ一覧
org.xdi.oxauth.ws.rs.uma.ScopeHttpTest クラス
org.xdi.oxauth.ws.rs.uma.ScopeHttpTest 連携図
Collaboration graph

公開メンバ関数

void scopePresence (final String umaMetaDataUrl)
 

詳解

著者
Yuriy Zabrovarnyy
バージョン
0.9, 22/04/2013

関数詳解

◆ scopePresence()

void org.xdi.oxauth.ws.rs.uma.ScopeHttpTest.scopePresence ( final String  umaMetaDataUrl)
inline
26  {
27  final UmaMetadata metadata = UmaClientFactory.instance().createMetadataService(umaMetaDataUrl).getMetadata();
28  final UmaScopeService scopeService = UmaClientFactory.instance().createScopeService(metadata.getScopeEndpoint());
29  final UmaScopeDescription modifyScope = scopeService.getScope("modify");
30  UmaTestUtil.assert_(modifyScope);
31  }

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