public interface Profile extends LabeledResource, 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
ProfileManagerAuthorizable,
ProfileManager| Modifier and Type | Method and Description |
|---|---|
Iterator<Resource> |
getAccounts()
Deprecated.
|
Iterator<Resource> |
getAddresses()
Deprecated.
|
Authorizable |
getAuthorizable()
Deprecated.
|
String |
getAvatarURL(String suffix,
String defaultValue)
Deprecated.
Returns the avatar URL of the profile.
|
Resource |
getCurrentLocation()
Deprecated.
|
String |
getFamilyName()
Deprecated.
|
String |
getFormattedName()
Deprecated.
|
String |
getGivenName()
Deprecated.
|
String |
getHonoricPrefix()
Deprecated.
|
String |
getHonoricSuffix()
Deprecated.
|
Iterator<Resource> |
getMails()
Deprecated.
A Profile may contain mulitple E-Mail addresses.
|
String |
getMiddleName()
Deprecated.
|
Iterator<Resource> |
getOrganizations()
Deprecated.
|
String |
getPath()
Deprecated.
Returns the path of this resource
|
Iterator<Resource> |
getPhoneNumbers()
Deprecated.
A Profile may contain mulitple Phone numbers addresses.
|
Iterator<Resource> |
getPhotos()
Deprecated.
|
String |
getPrimaryMail()
Deprecated.
|
String |
getPrimaryPhone()
Deprecated.
|
Iterator<Resource> |
getURLs()
Deprecated.
|
getDescription, getName, getTitlereset, saveclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesAuthorizable getAuthorizable()
String getPath()
LabeledResourcegetPath in interface LabeledResourceString getFamilyName()
null if noneString getGivenName()
null if noneString getMiddleName()
null if noneString getHonoricPrefix()
null if noneString getHonoricSuffix()
null if noneString getFormattedName()
String getPrimaryMail()
null if noneIterator<Resource> getMails()
primary E-Mail
is contained in one of the Resources contained in this resultgetPrimaryMail()String getPrimaryPhone()
null if noneIterator<Resource> getPhoneNumbers()
primary phone number
is contained in one of the Resources contained in this resultgetPrimaryPhone()Resource getCurrentLocation()
Copyright © 2010 - 2020 Adobe. All Rights Reserved