|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalendarAccountUserDetails
Extension of UserDetails to carry available-specific fields.
| Method Summary | |
|---|---|
String |
getActiveDisplayName()
|
ICalendarAccount |
getCalendarAccount()
|
IScheduleOwner |
getScheduleOwner()
|
boolean |
isDelegate()
|
void |
updateScheduleOwner(IScheduleOwner owner)
Update the IScheduleOwner instance stored internally. |
| Methods inherited from interface org.springframework.security.core.userdetails.UserDetails |
|---|
getAuthorities, getPassword, getUsername, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled |
| Method Detail |
|---|
String getActiveDisplayName()
ICalendarAccount getCalendarAccount()
ICalendarAccount for this account
IScheduleOwner getScheduleOwner()
throws NotRegisteredException
IScheduleOwner for this account (if registered)
NotRegisteredException - if the is account is not yet registeredboolean isDelegate()
void updateScheduleOwner(IScheduleOwner owner)
IScheduleOwner instance stored internally.
Future calls to getScheduleOwner() should retrieve this new instance.
owner -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||