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

公開メンバ関数

String [] getOu ()
 
void setOu (final String... v)
 
String getDn ()
 
void setDn (String dn)
 

非公開変数類

ReadOnlyEntry ldapEntry
 
String [] ou
 
String dn
 

詳解

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

関数詳解

◆ getDn()

String org.gluu.credmanager.core.ldap.organizationalUnit.getDn ( )
inline
55  {
56  return dn;
57  }
String dn
Definition: organizationalUnit.java:28

◆ getOu()

String [] org.gluu.credmanager.core.ldap.organizationalUnit.getOu ( )
inline

Retrieves the values for the field associated with the ou attribute, if present.

戻り値
The values for the field associated with the ou attribute, or
null
if that attribute was not present in the entry.
39  {
40  return ou;
41  }
String [] ou
Definition: organizationalUnit.java:25

◆ setDn()

void org.gluu.credmanager.core.ldap.organizationalUnit.setDn ( String  dn)
inline
59  {
60  this.dn = dn;
61  }
String dn
Definition: organizationalUnit.java:28

◆ setOu()

void org.gluu.credmanager.core.ldap.organizationalUnit.setOu ( final String...  v)
inline

Sets the values for the field associated with the ou attribute.

引数
vThe values for the field associated with the ou attribute.
51  {
52  this.ou = v;
53  }
String [] ou
Definition: organizationalUnit.java:25

メンバ詳解

◆ dn

String org.gluu.credmanager.core.ldap.organizationalUnit.dn
private

◆ ldapEntry

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

◆ ou

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

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