public interface SyncedIdentity
SyncHandler.| Modifier and Type | Method and Description |
|---|---|
ExternalIdentityRef |
getExternalIdRef()
Returns the external reference of this identity.
|
String |
getId()
Returns the internal id or name of the corresponding authorizable.
|
boolean |
isGroup()
Checks if this identity represents a group.
|
long |
lastSynced()
Returns the time when this identity was last synced or a value less or equal to 0 if it was never synced.
|
@Nonnull String getId()
@CheckForNull ExternalIdentityRef getExternalIdRef()
nullboolean isGroup()
true if group.long lastSynced()
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.