javapns.notification.management
Class LDAPPayload
java.lang.Object
javapns.notification.Payload
javapns.notification.management.MobileConfigPayload
javapns.notification.management.LDAPPayload
public class LDAPPayload
- extends MobileConfigPayload
An MDM payload for LDAP.
- Author:
- Sylvain Pedneault
Constructor Summary |
LDAPPayload(int payloadVersion,
String payloadOrganization,
String payloadIdentifier,
String payloadDisplayName,
String ldapAccountHostName,
boolean ldapAccountUseSSL)
|
Methods inherited from class javapns.notification.Payload |
addCustomDictionary, addCustomDictionary, addCustomDictionary, asSimulationOnly, estimatePayloadSizeAfterAdding, getCharacterEncoding, getExpiry, getMaximumPayloadSize, getPayload, getPayloadAsBytes, getPayloadSize, isEstimatedPayloadSizeAllowedAfterAdding, isPayloadSizeEstimatedWhenAdding, setCharacterEncoding, setExpiry, setPayloadSizeEstimatedWhenAdding, toString |
LDAPPayload
public LDAPPayload(int payloadVersion,
String payloadOrganization,
String payloadIdentifier,
String payloadDisplayName,
String ldapAccountHostName,
boolean ldapAccountUseSSL)
throws JSONException
- Throws:
JSONException
setLDAPAccountDescription
public void setLDAPAccountDescription(boolean value)
throws JSONException
- Throws:
JSONException
setLDAPAccountUserName
public void setLDAPAccountUserName(boolean value)
throws JSONException
- Throws:
JSONException
setLDAPAccountPassword
public void setLDAPAccountPassword(boolean value)
throws JSONException
- Throws:
JSONException
addSearchSettings
public JSONObject addSearchSettings(String ldapSearchSettingSearchBase,
String ldapSearchSettingScope)
throws JSONException
- Throws:
JSONException
addSearchSettings
public JSONObject addSearchSettings(String ldapSearchSettingSearchBase,
int ldapSearchSettingScope)
throws JSONException
- Throws:
JSONException
addSearchSettings
public JSONObject addSearchSettings(String ldapSearchSettingSearchBase,
int ldapSearchSettingScope,
String ldapSearchSettingDescription)
throws JSONException
- Throws:
JSONException
addSearchSettings
public JSONObject addSearchSettings(String ldapSearchSettingSearchBase,
String ldapSearchSettingScope,
String ldapSearchSettingDescription)
throws JSONException
- Throws:
JSONException