Method Summary |
|
public BufferedInputStream | getAudio() RFC 1274 notes that the proprietary format they recommend is "interim" only. |
public String | getBusinessCategory() |
public String | getCarLicense() RFC 2798
This multivalued field is used to record the values of the license or registration plate associated with an individual. |
public String | getDepartmentNumber() RFC 2798
Code for department to which a person belongs. |
public String | getDisplayName() The name(s) that should appear in white-pages-like applications for this person. |
public String | getEmployeeNumber() RFC 2798
Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization. |
public String | getEmployeeType() RFC 2798
Used to identify the employer to employee relationship. |
public String | getGivenName() |
public String | getHomePhone() |
public String | getHomePostalAddress() From RFC 1274 description: "The Home postal address attribute type specifies a home postal address for an object. |
public String | getInitials() |
public byte[] | getJpegPhoto() |
public String | getLabeledURI() Follow inetOrgPerson definition of RFC 2079: "Uniform Resource Identifier with optional label."
Most commonly a URL for a web site associated with this person. |
public String | getMail() Follow inetOrgPerson definition of RFC 1274: "The [mail] attribute type specifies an electronic mailbox attribute following the syntax specified in RFC 822. |
public String | getManager() Follow inetOrgPerson definition which refers to RFC 1274: "The manager attribute type specifies the manager of an object represented by an entry." The value is a DN. |
public String | getMobile() Follow inetOrgPerson definition of RFC 1274: "The [mobile] attribute type specifies a mobile telephone number associated with a person. |
public String | getOrganization() Standard name of the top-level organization (institution) with which this person is associated. |
public String | getPager() Follow inetOrgPerson definition of RFC 1274: "The [pager] attribute type specifies a pager telephone number for an object. |
public String | getPreferredLanguage() Follow inetOrgPerson definition of RFC 2798: "preferred written or spoken language for a person.”
See RFC2068 and ISO 639 for allowable values in this field. |
public String | getRoomNumber() |
public String | getSecretary() |
public String | getUid() |
public byte[] | getUserCertificate() |
public byte[] | getUserPKCS12() PKCS #12 [PKCS12] provides a format for exchange of personal identity information. |
public byte[] | getUserSMIMECertificate() An X.509 certificate specifically for use in S/MIME applications (see RFCs 2632, 2633 and 2634). |
public String | getX500UniqueIdentifier() RFC 2798 - Likely to change if directory is reloaded with data. |
public void | setAudio(BufferedOutputStream audio) RFC 1274 notes that the proprietary format they recommend is "interim" only. |
public void | setBusinessCategory(String businessCategory) |
public void | setCarLicense(String carLicense) RFC 2798
This multivalued field is used to record the values of the license or registration plate associated with an individual. |
public void | setDepartmentNumber(String departmentNumber) RFC 2798
Code for department to which a person belongs. |
public void | setDisplayName(String displayName) The name(s) that should appear in white-pages-like applications for this person. |
public void | setEmployeeNumber(String employeeNumber) RFC 2798
Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization. |
public void | setEmployeeType(String employeeType) RFC 2798
Used to identify the employer to employee relationship. |
public void | setGivenName(String givenName) |
public void | setHomePhone(String homePhone) |
public void | setHomePostalAddress(String homePostalAddress) From RFC 1274 description: "The Home postal address attribute type specifies a home postal address for an object. |
public void | setInitials(String initials) |
public void | setJpegPhoto(byte[] jpegPhoto) |
public void | setLabeledURI(String labeledURI) Follow inetOrgPerson definition of RFC 2079: "Uniform Resource Identifier with optional label."
Most commonly a URL for a web site associated with this person. |
public void | setMail(String mail) Follow inetOrgPerson definition of RFC 1274: "The [mail] attribute type specifies an electronic mailbox attribute following the syntax specified in RFC 822. |
public void | setManager(String manager) Follow inetOrgPerson definition which refers to RFC 1274: "The manager attribute type specifies the manager of an object represented by an entry." The value is a DN. |
public void | setMobile(String mobile) Follow inetOrgPerson definition of RFC 1274: "The [mobile] attribute type specifies a mobile telephone number associated with a person. |
public void | setOrganization(String organization) Standard name of the top-level organization (institution) with which this person is associated. |
public void | setPager(String pager) Follow inetOrgPerson definition of RFC 1274: "The [pager] attribute type specifies a pager telephone number for an object. |
public void | setPreferredLanguage(String preferredLanguage) Follow inetOrgPerson definition of RFC 2798: "preferred written or spoken language for a person.”
See RFC2068 and ISO 639 for allowable values in this field. |
public void | setRoomNumber(String roomNumber) |
public void | setSecretary(String secretary) |
public void | setUid(String uid) |
public void | setUserCertificate(byte[] userCertificate) |
public void | setUserPKCS12(byte[] userPKCS12) PKCS #12 [PKCS12] provides a format for exchange of personal identity information. |
public void | setUserSMIMECertificate(byte[] userSMIMECertificate) An X.509 certificate specifically for use in S/MIME applications (see RFCs 2632, 2633 and 2634). |
public void | setX500UniqueIdentifier(String uniqueIdentifier) RFC 2798 - Likely to change if directory is reloaded with data. |