public class DefaultSyncedIdentity extends java.lang.Object implements SyncedIdentity
| Constructor and Description |
|---|
DefaultSyncedIdentity(java.lang.String id,
ExternalIdentityRef ref,
boolean isGroup,
long lastSynced) |
| Modifier and Type | Method and Description |
|---|---|
ExternalIdentityRef |
getExternalIdRef()
Returns the external reference of this identity.
|
java.lang.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.
|
java.lang.String |
toString() |
public DefaultSyncedIdentity(java.lang.String id,
ExternalIdentityRef ref,
boolean isGroup,
long lastSynced)
public java.lang.String getId()
SyncedIdentitygetId in interface SyncedIdentitypublic ExternalIdentityRef getExternalIdRef()
SyncedIdentitygetExternalIdRef in interface SyncedIdentitynullpublic boolean isGroup()
SyncedIdentityisGroup in interface SyncedIdentitytrue if group.public long lastSynced()
SyncedIdentitylastSynced in interface SyncedIdentitypublic java.lang.String toString()
toString in class java.lang.Object"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"