gluu
org
gluu
oxtrust
ldap
service
DownloadService
公開メンバ関数
|
静的非公開変数類
|
全メンバ一覧
org.gluu.oxtrust.ldap.service.DownloadService クラス
org.gluu.oxtrust.ldap.service.DownloadService の継承関係図
org.gluu.oxtrust.ldap.service.DownloadService 連携図
公開メンバ関数
byte []
contactsAsCSV
(
GluuCustomPerson
currentPerson)
静的非公開変数類
static final long
serialVersionUID
= -6847131971095468865L
詳解
関数詳解
◆
contactsAsCSV()
byte [] org.gluu.oxtrust.ldap.service.DownloadService.contactsAsCSV
(
GluuCustomPerson
currentPerson
)
inline
22
{
23
String output =
""
;
24
return
output.replace(
"\n,"
,
"\n"
).substring(1).getBytes();
25
}
メンバ詳解
◆
serialVersionUID
final long org.gluu.oxtrust.ldap.service.DownloadService.serialVersionUID = -6847131971095468865L
static
private
このクラス詳解は次のファイルから抽出されました:
D:/AppData/OpenId/gluu/src/oxTrust/server/src/main/java/org/gluu/oxtrust/ldap/service/
DownloadService.java
2018年09月30日(日) 14時45分23秒作成 - gluu / 構成:
1.8.13