public interface Profile extends PersistableValueMap
User
Properties.
While the Authorizable is a Unique entity it may have multiple Profiles.
A Profile may be specific for an Application of the CQ-Platform.
It is therefore modelled via this Object and not maintained directly on the
Authorizable.
The relation to an Authorizable
and
the persistance handling is done by the
ProfileManager
Authorizable
,
ProfileManager
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Resource> |
getAccounts()
Deprecated.
|
java.util.Iterator<Resource> |
getAddresses()
Deprecated.
|
Authorizable |
getAuthorizable()
Deprecated.
|
java.lang.String |
getAvatarURL(java.lang.String suffix,
java.lang.String defaultValue)
Deprecated.
Returns the avatar URL of the profile.
|
Resource |
getCurrentLocation()
Deprecated.
|
java.lang.String |
getFamilyName()
Deprecated.
|
java.lang.String |
getFormattedName()
Deprecated.
|
java.lang.String |
getGivenName()
Deprecated.
|
java.lang.String |
getHonoricPrefix()
Deprecated.
|
java.lang.String |
getHonoricSuffix()
Deprecated.
|
java.util.Iterator<Resource> |
getMails()
Deprecated.
A Profile may contain mulitple E-Mail addresses.
|
java.lang.String |
getMiddleName()
Deprecated.
|
java.util.Iterator<Resource> |
getOrganizations()
Deprecated.
|
java.lang.String |
getPath()
Deprecated.
|
java.util.Iterator<Resource> |
getPhoneNumbers()
Deprecated.
A Profile may contain mulitple Phone numbers addresses.
|
java.util.Iterator<Resource> |
getPhotos()
Deprecated.
|
java.lang.String |
getPrimaryMail()
Deprecated.
|
java.lang.String |
getPrimaryPhone()
Deprecated.
|
java.util.Iterator<Resource> |
getURLs()
Deprecated.
|
reset, save
Authorizable getAuthorizable()
java.lang.String getPath()
java.lang.String getFamilyName()
null
if nonejava.lang.String getGivenName()
null
if nonejava.lang.String getMiddleName()
null
if nonejava.lang.String getHonoricPrefix()
null
if nonejava.lang.String getHonoricSuffix()
null
if nonejava.lang.String getFormattedName()
java.lang.String getPrimaryMail()
null
if nonejava.util.Iterator<Resource> getMails()
primary E-Mail
is contained in one of the Resources
contained in this resultgetPrimaryMail()
java.lang.String getPrimaryPhone()
null
if nonejava.util.Iterator<Resource> getPhoneNumbers()
primary phone number
is contained in one of the Resources
contained in this resultgetPrimaryPhone()
Resource getCurrentLocation()
java.util.Iterator<Resource> getAddresses()
java.util.Iterator<Resource> getURLs()
java.util.Iterator<Resource> getPhotos()
java.util.Iterator<Resource> getOrganizations()
java.util.Iterator<Resource> getAccounts()
java.lang.String getAvatarURL(java.lang.String suffix, java.lang.String defaultValue)
suffix
- Suffix to append to the avatar URLdefaultValue
- Default value if Profile has no avatar"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"