gluu
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.gluu.credmanager.core.ldap.oxTrustConfiguration クラス
org.gluu.credmanager.core.ldap.oxTrustConfiguration 連携図
Collaboration graph

公開メンバ関数

String getOxTrustConfApplication ()
 
String getOxTrustConfCacheRefresh ()
 

非公開変数類

ReadOnlyEntry ldapEntry
 
String [] ou
 
String [] oxTrustConfApplication
 
String [] oxTrustConfCacheRefresh
 

詳解

This class provides an implementation of an object that can be used to represent oxTrustConfiguration objects in the directory. It was generated by the generate-source-from-schema tool provided with the UnboundID LDAP SDK for Java. It may be customized as desired to better suit your needs.

関数詳解

◆ getOxTrustConfApplication()

String org.gluu.credmanager.core.ldap.oxTrustConfiguration.getOxTrustConfApplication ( )
inline

Retrieves the first value for the field associated with the oxTrustConfApplication attribute, if present.

戻り値
The first value for the field associated with the oxTrustConfApplication attribute, or
null
if that attribute was not present in the entry or does not have any values.
49  {
50  if ((oxTrustConfApplication == null) ||
51  (oxTrustConfApplication.length == 0))
52  {
53  return null;
54  }
55  else
56  {
57  return oxTrustConfApplication[0];
58  }
59  }
String [] oxTrustConfApplication
Definition: oxTrustConfiguration.java:33

◆ getOxTrustConfCacheRefresh()

String org.gluu.credmanager.core.ldap.oxTrustConfiguration.getOxTrustConfCacheRefresh ( )
inline

Retrieves the first value for the field associated with the oxTrustConfCacheRefresh attribute, if present.

戻り値
The first value for the field associated with the oxTrustConfCacheRefresh attribute, or
null
if that attribute was not present in the entry or does not have any values.
72  {
73  if ((oxTrustConfCacheRefresh == null) ||
74  (oxTrustConfCacheRefresh.length == 0))
75  {
76  return null;
77  }
78  else
79  {
80  return oxTrustConfCacheRefresh[0];
81  }
82  }
String [] oxTrustConfCacheRefresh
Definition: oxTrustConfiguration.java:37

メンバ詳解

◆ ldapEntry

ReadOnlyEntry org.gluu.credmanager.core.ldap.oxTrustConfiguration.ldapEntry
private

◆ ou

String [] org.gluu.credmanager.core.ldap.oxTrustConfiguration.ou
private

◆ oxTrustConfApplication

String [] org.gluu.credmanager.core.ldap.oxTrustConfiguration.oxTrustConfApplication
private

◆ oxTrustConfCacheRefresh

String [] org.gluu.credmanager.core.ldap.oxTrustConfiguration.oxTrustConfCacheRefresh
private

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