public interface EduPerson extends InetOrgPerson
EduPerson is an auxiliary object class for campus directories designed to facilitate communication among higher education institutions. It consists of a set of data elements or attributes about individuals within higher education, along with recommendations on the syntax and semantics of the data that may be assigned to those attributes.
| Modifier and Type | Method and Description |
|---|---|
String |
getAffiliation()
Specifies the person's relationship(s) to the institution in broad categories such as student, faculty, staff, alum, etc.
|
String |
getEntitlement()
URI (either URN or URL) that indicates a set of rights to specific resources.
|
String |
getNickname()
Person's nickname, or the informal name by which they are accustomed to be hailed.
|
String |
getOrgDn()
The distinguished name (DN) of the of the directory entry representing the institution with which the person is associated.
|
String |
getOrgUnitDn()
The distinguished name(s) (DN) of the directory entries representing the person's Organizational Unit(s).
|
String |
getPrimaryAffiliation()
Specifies the person's PRIMARY relationship to the institution in broad categories such as student, faculty, staff, alum, etc.
|
String |
getPrimaryOrgUnitDn()
The distinguished name (DN) of the directory entry representing the person's primary Organizational Unit(s).
|
String |
getPrincipalName()
The "NetID" of the person for the purposes of inter-institutional authentication.
|
void |
setAffiliation(String affiliation)
Specifies the person's relationship(s) to the institution in broad categories such as student, faculty, staff, alum, etc.
|
void |
setEntitlement(String entitlement)
URI (either URN or URL) that indicates a set of rights to specific resources.
|
void |
setNickname(String nickname)
Person's nickname, or the informal name by which they are accustomed to be hailed.
|
void |
setOrgDn(String orgDn)
The distinguished name (DN) of the of the directory entry representing the institution with which the person is associated.
|
void |
setOrgUnitDn(String orgUnitDn)
The distinguished name(s) (DN) of the directory entries representing the person's Organizational Unit(s).
|
void |
setPrimaryAffiliation(String primaryAffiliation)
Specifies the person's PRIMARY relationship to the institution in broad categories such as student, faculty, staff, alum, etc.
|
void |
setPrimaryOrgUnitDn(String primaryOrgUnitDn)
The distinguished name (DN) of the directory entry representing the person's primary Organizational Unit(s).
|
void |
setPrincipalName(String principalName)
The "NetID" of the person for the purposes of inter-institutional authentication.
|
getAudio, getBusinessCategory, getCarLicense, getDepartmentNumber, getDisplayName, getEmployeeNumber, getEmployeeType, getGivenName, getHomePhone, getHomePostalAddress, getInitials, getJpegPhoto, getLabeledURI, getMail, getManager, getMobile, getOrganization, getPager, getPreferredLanguage, getRoomNumber, getSecretary, getUid, getUserCertificate, getUserPKCS12, getUserSMIMECertificate, getX500UniqueIdentifier, setAudio, setBusinessCategory, setCarLicense, setDepartmentNumber, setDisplayName, setEmployeeNumber, setEmployeeType, setGivenName, setHomePhone, setHomePostalAddress, setInitials, setJpegPhoto, setLabeledURI, setMail, setManager, setMobile, setOrganization, setPager, setPreferredLanguage, setRoomNumber, setSecretary, setUid, setUserCertificate, setUserPKCS12, setUserSMIMECertificate, setX500UniqueIdentifiergetFacsimileTelephoneNumber, getLocalityName, getOrganizationalUnit, getPhysicalDeliveryOfficeName, getPostalAddress, getPostalCode, getPostOfficeBox, getStateOrProvinceName, getStreetAddress, getTitle, setFacsimileTelephoneNumber, setLocalityName, setOrganizationalUnit, setPhysicalDeliveryOfficeName, setPostalAddress, setPostalCode, setPostOfficeBox, setStateOrProvinceName, setStreetAddress, setTitlegetAgentUuid, getCommonName, getDescription, getSeeAlso, getStreet, getSurname, getTelephoneNumber, getTypeUuid, setAgentUuid, setCommonName, setDescription, setSeeAlso, setStreet, setSurname, setTelephoneNumber, setTypeUuidString getAffiliation()
void setAffiliation(String affiliation)
String getEntitlement()
void setEntitlement(String entitlement)
String getNickname()
void setNickname(String nickname)
String getOrgDn()
void setOrgDn(String orgDn)
String getOrgUnitDn()
void setOrgUnitDn(String orgUnitDn)
String getPrimaryAffiliation()
void setPrimaryAffiliation(String primaryAffiliation)
String getPrimaryOrgUnitDn()
void setPrimaryOrgUnitDn(String primaryOrgUnitDn)
String getPrincipalName()
void setPrincipalName(String principalName)
Copyright © 2004-2015 Sakai Project. All Rights Reserved.