Java Doc for InetOrgPerson.java in  » ERP-CRM-Financial » sakai » org » sakaiproject » api » common » edu » person » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » sakai » org.sakaiproject.api.common.edu.person 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.sakaiproject.api.common.edu.person.InetOrgPerson

All known Subclasses:   org.sakaiproject.component.common.edu.person.SakaiPersonImpl,  org.sakaiproject.component.common.edu.person.EduPersonImpl,  org.sakaiproject.component.common.edu.person.InetOrgPersonImpl,
InetOrgPerson
public interface InetOrgPerson extends OrganizationalPerson(Code)
See RFC 2798.
author:
   Lance Speelmon




Method Summary
public  BufferedInputStreamgetAudio()
     RFC 1274 notes that the proprietary format they recommend is "interim" only.
public  StringgetBusinessCategory()
    
public  StringgetCarLicense()
     RFC 2798

This multivalued field is used to record the values of the license or registration plate associated with an individual.

public  StringgetDepartmentNumber()
     RFC 2798

Code for department to which a person belongs.

public  StringgetDisplayName()
     The name(s) that should appear in white-pages-like applications for this person.
public  StringgetEmployeeNumber()
     RFC 2798

Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

public  StringgetEmployeeType()
     RFC 2798

Used to identify the employer to employee relationship.

public  StringgetGivenName()
    
public  StringgetHomePhone()
    
public  StringgetHomePostalAddress()
     From RFC 1274 description: "The Home postal address attribute type specifies a home postal address for an object.
public  StringgetInitials()
    
public  byte[]getJpegPhoto()
    
public  StringgetLabeledURI()
     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  StringgetMail()
     Follow inetOrgPerson definition of RFC 1274: "The [mail] attribute type specifies an electronic mailbox attribute following the syntax specified in RFC 822.
public  StringgetManager()
     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  StringgetMobile()
     Follow inetOrgPerson definition of RFC 1274: "The [mobile] attribute type specifies a mobile telephone number associated with a person.
public  StringgetOrganization()
     Standard name of the top-level organization (institution) with which this person is associated.
public  StringgetPager()
     Follow inetOrgPerson definition of RFC 1274: "The [pager] attribute type specifies a pager telephone number for an object.
public  StringgetPreferredLanguage()
     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  StringgetRoomNumber()
    
public  StringgetSecretary()
    
public  StringgetUid()
    
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  StringgetX500UniqueIdentifier()
     RFC 2798 - Likely to change if directory is reloaded with data.
public  voidsetAudio(BufferedOutputStream audio)
     RFC 1274 notes that the proprietary format they recommend is "interim" only.
public  voidsetBusinessCategory(String businessCategory)
    
public  voidsetCarLicense(String carLicense)
     RFC 2798

This multivalued field is used to record the values of the license or registration plate associated with an individual.

public  voidsetDepartmentNumber(String departmentNumber)
     RFC 2798

Code for department to which a person belongs.

public  voidsetDisplayName(String displayName)
     The name(s) that should appear in white-pages-like applications for this person.
public  voidsetEmployeeNumber(String employeeNumber)
     RFC 2798

Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.

public  voidsetEmployeeType(String employeeType)
     RFC 2798

Used to identify the employer to employee relationship.

public  voidsetGivenName(String givenName)
    
public  voidsetHomePhone(String homePhone)
    
public  voidsetHomePostalAddress(String homePostalAddress)
     From RFC 1274 description: "The Home postal address attribute type specifies a home postal address for an object.
public  voidsetInitials(String initials)
    
public  voidsetJpegPhoto(byte[] jpegPhoto)
    
public  voidsetLabeledURI(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  voidsetMail(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  voidsetManager(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  voidsetMobile(String mobile)
     Follow inetOrgPerson definition of RFC 1274: "The [mobile] attribute type specifies a mobile telephone number associated with a person.
public  voidsetOrganization(String organization)
     Standard name of the top-level organization (institution) with which this person is associated.
public  voidsetPager(String pager)
     Follow inetOrgPerson definition of RFC 1274: "The [pager] attribute type specifies a pager telephone number for an object.
public  voidsetPreferredLanguage(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  voidsetRoomNumber(String roomNumber)
    
public  voidsetSecretary(String secretary)
    
public  voidsetUid(String uid)
    
public  voidsetUserCertificate(byte[] userCertificate)
    
public  voidsetUserPKCS12(byte[] userPKCS12)
     PKCS #12 [PKCS12] provides a format for exchange of personal identity information.
public  voidsetUserSMIMECertificate(byte[] userSMIMECertificate)
     An X.509 certificate specifically for use in S/MIME applications (see RFCs 2632, 2633 and 2634).
public  voidsetX500UniqueIdentifier(String uniqueIdentifier)
     RFC 2798 - Likely to change if directory is reloaded with data.



Method Detail
getAudio
public BufferedInputStream getAudio()(Code)
RFC 1274 notes that the proprietary format they recommend is "interim" only.



getBusinessCategory
public String getBusinessCategory()(Code)
RFC 2798



getCarLicense
public String getCarLicense()(Code)
RFC 2798

This multivalued field is used to record the values of the license or registration plate associated with an individual.




getDepartmentNumber
public String getDepartmentNumber()(Code)
RFC 2798

Code for department to which a person belongs. This can also be strictly numeric (e.g., 1234) or alphanumeric (e.g., ABC/123).




getDisplayName
public String getDisplayName()(Code)
The name(s) that should appear in white-pages-like applications for this person. From RFC 2798 description: "preferred name of a person to be used when displaying entries."



getEmployeeNumber
public String getEmployeeNumber()(Code)
RFC 2798

Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization. Single valued.




getEmployeeType
public String getEmployeeType()(Code)
RFC 2798

Used to identify the employer to employee relationship. Typical values used will be "Contractor", "Employee", "Intern", "Temp", "External", and "Unknown" but any value may be used.




getGivenName
public String getGivenName()(Code)
From RFC 2256 description:" The givenName attribute is used to hold the part of a person's name which is not their surname nor middle name."



getHomePhone
public String getHomePhone()(Code)
From RFC 1274 description: "The [homePhone] attribute type specifies a home telephone number associated with a person.” Attribute values should follow the agreed format for international telephone numbers: i.e., "+44 71 123 4567."



getHomePostalAddress
public String getHomePostalAddress()(Code)
From RFC 1274 description: "The Home postal address attribute type specifies a home postal address for an object. This should be limited to up to 6 lines of 30 characters each."



getInitials
public String getInitials()(Code)
From RFC 2256 description: "The initials attribute contains the initials of some or all of an individuals names, but not the surname(s)."



getJpegPhoto
public byte[] getJpegPhoto()(Code)
Follow inetOrgPerson definition of RFC 2798: "Used to store one or more images of a person using the JPEG File Interchange Format [JFIF]."



getLabeledURI
public String getLabeledURI()(Code)
Follow inetOrgPerson definition of RFC 2079: "Uniform Resource Identifier with optional label."

Most commonly a URL for a web site associated with this person.




getMail
public String getMail()(Code)
Follow inetOrgPerson definition of RFC 1274: "The [mail] attribute type specifies an electronic mailbox attribute following the syntax specified in RFC 822. Note that this attribute should not be used for greybook or other non-Internet order mailboxes."



getManager
public String getManager()(Code)
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.



getMobile
public String getMobile()(Code)
Follow inetOrgPerson definition of RFC 1274: "The [mobile] attribute type specifies a mobile telephone number associated with a person. Attribute values should follow the agreed format for international telephone numbers: i.e., "+44 71 123 4567."



getOrganization
public String getOrganization()(Code)
Standard name of the top-level organization (institution) with which this person is associated.



getPager
public String getPager()(Code)
Follow inetOrgPerson definition of RFC 1274: "The [pager] attribute type specifies a pager telephone number for an object. Attribute values should follow the agreed format for international telephone numbers: i.e., "+44 71 123 4567."



getPreferredLanguage
public String getPreferredLanguage()(Code)
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. Esperanto, for example is EO in ISO 639, and RFC2068 would allow a value of en-US for US English.




getRoomNumber
public String getRoomNumber()(Code)
RFC 2798



getSecretary
public String getSecretary()(Code)
RFC 2798



getUid
public String getUid()(Code)
Follow inetOrgPerson definition of RFC 1274: "The [uid] attribute type specifies a computer system login name."



getUserCertificate
public byte[] getUserCertificate()(Code)
A user's X.509 certificate



getUserPKCS12
public byte[] getUserPKCS12()(Code)
PKCS #12 [PKCS12] provides a format for exchange of personal identity information. When such information is stored in a directory service, the userPKCS12 attribute should be used. This attribute is to be stored and requested in binary form, as 'userPKCS12;binary'. The attribute values are PFX PDUs stored as binary data.



getUserSMIMECertificate
public byte[] getUserSMIMECertificate()(Code)
An X.509 certificate specifically for use in S/MIME applications (see RFCs 2632, 2633 and 2634).



getX500UniqueIdentifier
public String getX500UniqueIdentifier()(Code)
RFC 2798 - Likely to change if directory is reloaded with data.



setAudio
public void setAudio(BufferedOutputStream audio)(Code)
RFC 1274 notes that the proprietary format they recommend is "interim" only.



setBusinessCategory
public void setBusinessCategory(String businessCategory)(Code)
RFC 2798



setCarLicense
public void setCarLicense(String carLicense)(Code)
RFC 2798

This multivalued field is used to record the values of the license or registration plate associated with an individual.




setDepartmentNumber
public void setDepartmentNumber(String departmentNumber)(Code)
RFC 2798

Code for department to which a person belongs. This can also be strictly numeric (e.g., 1234) or alphanumeric (e.g., ABC/123).




setDisplayName
public void setDisplayName(String displayName)(Code)
The name(s) that should appear in white-pages-like applications for this person. From RFC 2798 description: "preferred name of a person to be used when displaying entries."



setEmployeeNumber
public void setEmployeeNumber(String employeeNumber)(Code)
RFC 2798

Numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization. Single valued.




setEmployeeType
public void setEmployeeType(String employeeType)(Code)
RFC 2798

Used to identify the employer to employee relationship. Typical values used will be "Contractor", "Employee", "Intern", "Temp", "External", and "Unknown" but any value may be used.




setGivenName
public void setGivenName(String givenName)(Code)
From RFC 2256 description:" The givenName attribute is used to hold the part of a person's name which is not their surname nor middle name."



setHomePhone
public void setHomePhone(String homePhone)(Code)
From RFC 1274 description: "The [homePhone] attribute type specifies a home telephone number associated with a person.” Attribute values should follow the agreed format for international telephone numbers: i.e., "+44 71 123 4567."



setHomePostalAddress
public void setHomePostalAddress(String homePostalAddress)(Code)
From RFC 1274 description: "The Home postal address attribute type specifies a home postal address for an object. This should be limited to up to 6 lines of 30 characters each."



setInitials
public void setInitials(String initials)(Code)
From RFC 2256 description: "The initials attribute contains the initials of some or all of an individuals names, but not the surname(s)."



setJpegPhoto
public void setJpegPhoto(byte[] jpegPhoto)(Code)
Follow inetOrgPerson definition of RFC 2798: "Used to store one or more images of a person using the JPEG File Interchange Format [JFIF]."



setLabeledURI
public void setLabeledURI(String labeledURI)(Code)
Follow inetOrgPerson definition of RFC 2079: "Uniform Resource Identifier with optional label."

Most commonly a URL for a web site associated with this person.




setMail
public void setMail(String mail)(Code)
Follow inetOrgPerson definition of RFC 1274: "The [mail] attribute type specifies an electronic mailbox attribute following the syntax specified in RFC 822. Note that this attribute should not be used for greybook or other non-Internet order mailboxes."



setManager
public void setManager(String manager)(Code)
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.



setMobile
public void setMobile(String mobile)(Code)
Follow inetOrgPerson definition of RFC 1274: "The [mobile] attribute type specifies a mobile telephone number associated with a person. Attribute values should follow the agreed format for international telephone numbers: i.e., "+44 71 123 4567."



setOrganization
public void setOrganization(String organization)(Code)
Standard name of the top-level organization (institution) with which this person is associated.



setPager
public void setPager(String pager)(Code)
Follow inetOrgPerson definition of RFC 1274: "The [pager] attribute type specifies a pager telephone number for an object. Attribute values should follow the agreed format for international telephone numbers: i.e., "+44 71 123 4567."



setPreferredLanguage
public void setPreferredLanguage(String preferredLanguage)(Code)
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. Esperanto, for example is EO in ISO 639, and RFC2068 would allow a value of en-US for US English.




setRoomNumber
public void setRoomNumber(String roomNumber)(Code)
RFC 2798



setSecretary
public void setSecretary(String secretary)(Code)
RFC 2798



setUid
public void setUid(String uid)(Code)
Follow inetOrgPerson definition of RFC 1274: "The [uid] attribute type specifies a computer system login name."



setUserCertificate
public void setUserCertificate(byte[] userCertificate)(Code)
A user's X.509 certificate



setUserPKCS12
public void setUserPKCS12(byte[] userPKCS12)(Code)
PKCS #12 [PKCS12] provides a format for exchange of personal identity information. When such information is stored in a directory service, the userPKCS12 attribute should be used. This attribute is to be stored and requested in binary form, as 'userPKCS12;binary'. The attribute values are PFX PDUs stored as binary data.



setUserSMIMECertificate
public void setUserSMIMECertificate(byte[] userSMIMECertificate)(Code)
An X.509 certificate specifically for use in S/MIME applications (see RFCs 2632, 2633 and 2634).



setX500UniqueIdentifier
public void setX500UniqueIdentifier(String uniqueIdentifier)(Code)
RFC 2798 - Likely to change if directory is reloaded with data.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.