|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICalendarAccount
Interface to describe common properties of accounts with a remote calendar system.
| Method Summary | |
|---|---|
Map<String,String> |
getAttributes()
|
String |
getAttributeValue(String attributeName)
Get the value of the specified single-valued attribute on the account. |
String |
getCalendarLoginId()
Get the ID (as a String) used to authenticate with the calendar system. |
String |
getCalendarUniqueId()
Get the unique identifier (as a String) for this account in
the calendar system. |
String |
getDisplayName()
The "display name" for the account. |
String |
getEmailAddress()
|
String |
getUsername()
The common "username" for the account. |
boolean |
isEligible()
|
| Method Detail |
|---|
String getDisplayName()
String getUsername()
getCalendarLoginId(), depending
on the calendar system (or account type).
String getEmailAddress()
String getCalendarLoginId()
String) used to authenticate with the calendar system.
String) used to authenticate with the calendar system.String getCalendarUniqueId()
String) for this account in
the calendar system.
May or may not be identical to getCalendarLoginId(), depending
on the calendar system (or account type).
String) for this account in the calendar system.String getAttributeValue(String attributeName)
attributeName -
Map<String,String> getAttributes()
boolean isEligible()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||