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

公開メンバ関数

String getAuthConfDynamic ()
 
String getAuthConfStatic ()
 

非公開変数類

ReadOnlyEntry ldapEntry
 
String [] ou
 
String [] oxAuthConfDynamic
 
String [] oxAuthConfStatic
 

詳解

This class provides an implementation of an object that can be used to represent oxAuthConfiguration 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.

関数詳解

◆ getAuthConfDynamic()

String org.gluu.credmanager.core.ldap.oxAuthConfiguration.getAuthConfDynamic ( )
inline

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

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

◆ getAuthConfStatic()

String org.gluu.credmanager.core.ldap.oxAuthConfiguration.getAuthConfStatic ( )
inline

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

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

メンバ詳解

◆ ldapEntry

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

◆ ou

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

◆ oxAuthConfDynamic

String [] org.gluu.credmanager.core.ldap.oxAuthConfiguration.oxAuthConfDynamic
private

◆ oxAuthConfStatic

String [] org.gluu.credmanager.core.ldap.oxAuthConfiguration.oxAuthConfStatic
private

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