gluu
公開メンバ関数 | 非公開変数類 | 静的非公開変数類 | 全メンバ一覧
org.xdi.oxauth.service.custom.CustomScriptService クラス
org.xdi.oxauth.service.custom.CustomScriptService の継承関係図
Inheritance graph
org.xdi.oxauth.service.custom.CustomScriptService 連携図
Collaboration graph

公開メンバ関数

String baseDn ()
 
String base64Decode (String encoded) throws IllegalArgumentException, UnsupportedEncodingException
 

非公開変数類

StaticConfiguration staticConfiguration
 

静的非公開変数類

static final long serialVersionUID = -5283102477313448031L
 

詳解

Operations with custom scripts

著者
Yuriy Movchan Date: 12/03/2014

関数詳解

◆ base64Decode()

String org.xdi.oxauth.service.custom.CustomScriptService.base64Decode ( String  encoded) throws IllegalArgumentException, UnsupportedEncodingException
inline
39  {
40  byte[] decoded = Base64Util.base64urldecode(encoded);
41  return new String(decoded, "UTF-8");
42  }

◆ baseDn()

String org.xdi.oxauth.service.custom.CustomScriptService.baseDn ( )
inline
35  {
37  }
String getScripts()
Definition: BaseDnConfiguration.java:85
StaticConfiguration staticConfiguration
Definition: CustomScriptService.java:31
BaseDnConfiguration getBaseDn()
Definition: StaticConfiguration.java:32

メンバ詳解

◆ serialVersionUID

final long org.xdi.oxauth.service.custom.CustomScriptService.serialVersionUID = -5283102477313448031L
staticprivate

◆ staticConfiguration

StaticConfiguration org.xdi.oxauth.service.custom.CustomScriptService.staticConfiguration
private

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