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

公開メンバ関数

String getOxId ()
 
Date getCreationDate ()
 
Date getLastAccessTime ()
 
Long getOxCounter ()
 
String getOxApplication ()
 
String getOxStatus ()
 
String getDeviceData ()
 
String getDisplayName ()
 
void setDisplayName (String displayName)
 
void setOxApplication (String ...oxApplication)
 
void setOxStatus (String ...oxStatus)
 
void setOxId (String ...oxId)
 

非公開変数類

ReadOnlyEntry ldapEntry
 
String [] oxId
 
String [] oxApplication
 
Long [] oxCounter
 
String displayName
 
Date [] creationDate
 
Date [] oxLastAccessTime
 
String [] oxStatus
 
String [] oxDeviceData
 

詳解

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

関数詳解

◆ getCreationDate()

Date org.gluu.credmanager.core.ldap.oxDeviceRegistration.getCreationDate ( )
inline
78  {
79 
80  if ((creationDate == null) ||
81  (creationDate.length == 0))
82  {
83  return null;
84  }
85  else
86  {
87  return creationDate[0];
88  }
89  }
Date [] creationDate
Definition: oxDeviceRegistration.java:51

◆ getDeviceData()

String org.gluu.credmanager.core.ldap.oxDeviceRegistration.getDeviceData ( )
inline
144  {
145 
146  if ((oxDeviceData == null) ||
147  (oxDeviceData.length == 0))
148  {
149  return null;
150  }
151  else
152  {
153  return oxDeviceData[0];
154  }
155  }
String [] oxDeviceData
Definition: oxDeviceRegistration.java:63

◆ getDisplayName()

String org.gluu.credmanager.core.ldap.oxDeviceRegistration.getDisplayName ( )
inline
157  {
158  return displayName;
159  }
String displayName
Definition: oxDeviceRegistration.java:47

◆ getLastAccessTime()

Date org.gluu.credmanager.core.ldap.oxDeviceRegistration.getLastAccessTime ( )
inline
91  {
92 
93  if ((oxLastAccessTime == null) ||
94  (oxLastAccessTime.length == 0))
95  {
96  return null;
97  }
98  else
99  {
100  return oxLastAccessTime[0];
101  }
102  }
Date [] oxLastAccessTime
Definition: oxDeviceRegistration.java:55

◆ getOxApplication()

String org.gluu.credmanager.core.ldap.oxDeviceRegistration.getOxApplication ( )
inline
118  {
119  if ((oxApplication == null) ||
120  (oxApplication.length == 0))
121  {
122  return null;
123  }
124  else
125  {
126  return oxApplication[0];
127  }
128 
129  }
String [] oxApplication
Definition: oxDeviceRegistration.java:39

◆ getOxCounter()

Long org.gluu.credmanager.core.ldap.oxDeviceRegistration.getOxCounter ( )
inline
104  {
105 
106  if ((oxCounter == null) ||
107  (oxCounter.length == 0))
108  {
109  return null;
110  }
111  else
112  {
113  return oxCounter[0];
114  }
115 
116  }
Long [] oxCounter
Definition: oxDeviceRegistration.java:43

◆ getOxId()

String org.gluu.credmanager.core.ldap.oxDeviceRegistration.getOxId ( )
inline
65  {
66 
67  if ((oxId == null) ||
68  (oxId.length == 0))
69  {
70  return null;
71  }
72  else
73  {
74  return oxId[0];
75  }
76  }
String [] oxId
Definition: oxDeviceRegistration.java:35

◆ getOxStatus()

String org.gluu.credmanager.core.ldap.oxDeviceRegistration.getOxStatus ( )
inline
131  {
132 
133  if ((oxStatus == null) ||
134  (oxStatus.length == 0))
135  {
136  return null;
137  }
138  else
139  {
140  return oxStatus[0];
141  }
142  }
String [] oxStatus
Definition: oxDeviceRegistration.java:59

◆ setDisplayName()

void org.gluu.credmanager.core.ldap.oxDeviceRegistration.setDisplayName ( String  displayName)
inline
161  {
162  this.displayName = displayName;
163  }
String displayName
Definition: oxDeviceRegistration.java:47

◆ setOxApplication()

void org.gluu.credmanager.core.ldap.oxDeviceRegistration.setOxApplication ( String ...  oxApplication)
inline
165  {
167  }
String [] oxApplication
Definition: oxDeviceRegistration.java:39

◆ setOxId()

void org.gluu.credmanager.core.ldap.oxDeviceRegistration.setOxId ( String ...  oxId)
inline
173  {
174  this.oxId = oxId;
175  }
String [] oxId
Definition: oxDeviceRegistration.java:35

◆ setOxStatus()

void org.gluu.credmanager.core.ldap.oxDeviceRegistration.setOxStatus ( String ...  oxStatus)
inline
169  {
170  this.oxStatus = oxStatus;
171  }
String [] oxStatus
Definition: oxDeviceRegistration.java:59

メンバ詳解

◆ creationDate

Date [] org.gluu.credmanager.core.ldap.oxDeviceRegistration.creationDate
private

◆ displayName

String org.gluu.credmanager.core.ldap.oxDeviceRegistration.displayName
private

◆ ldapEntry

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

◆ oxApplication

String [] org.gluu.credmanager.core.ldap.oxDeviceRegistration.oxApplication
private

◆ oxCounter

Long [] org.gluu.credmanager.core.ldap.oxDeviceRegistration.oxCounter
private

◆ oxDeviceData

String [] org.gluu.credmanager.core.ldap.oxDeviceRegistration.oxDeviceData
private

◆ oxId

String [] org.gluu.credmanager.core.ldap.oxDeviceRegistration.oxId
private

◆ oxLastAccessTime

Date [] org.gluu.credmanager.core.ldap.oxDeviceRegistration.oxLastAccessTime
private

◆ oxStatus

String [] org.gluu.credmanager.core.ldap.oxDeviceRegistration.oxStatus
private

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