gluu
|
公開メンバ関数 | |
void | addBranch () |
boolean | containsBranch () |
void | preparePushDeviceBranch () |
PushDevice | getPushDeviceByDn (String dn) |
void | addPushDevice (PushDevice pushDevice) |
void | updatePushDevice (PushDevice pushDevice) |
void | removePushDevice (PushDevice pushDevice) |
boolean | containsPushDevice (PushDevice pushDevice) |
List< PushDevice > | findPushDevices (PushDevice pushDevice) |
List< PushDevice > | getAllPushDevices (String... ldapReturnAttributes) |
List< PushDevice > | findPushDevices (String pattern, int sizeLimit) |
String | generateInumForNewPushDevice () |
String | getDnForPushDevice (String inum) |
非公開メンバ関数 | |
String | generateInumForNewPushDeviceImpl () |
非公開変数類 | |
PersistenceEntryManager | ldapEntryManager |
OrganizationService | organizationService |
Logger | log |
静的非公開変数類 | |
static final long | serialVersionUID = -920736838757282684L |
Provides operations with oxPush devices
|
inline |
|
inline |
Add new oxPush Device entry
PushDevice | oxPush Device |
|
inline |
|
inline |
Check if LDAP server contains oxPush Device with specified attributes
|
inline |
Get oxPush devices by example
PushDevice | pushDevice |
|
inline |
Search oxPush devices by pattern
pattern | Pattern |
sizeLimit | Maximum count of results |
|
inline |
Generate new inum for oxPush Device
|
inlineprivate |
|
inline |
Get all oxPush devices
|
inline |
Build DN string for oxPush Device
|
inline |
Get oxPush Device by DN
DN | oxPush Device DN |
|
inline |
Create oxPush Device branch if needed
|
inline |
Remove oxPush Device entry
PushDevice | oxPush Device |
|
inline |
Update oxPush Device entry
PushDevice | oxPush Device |
|
private |
|
private |
|
private |
|
staticprivate |