public interface Account
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Gets the raw attributes of the account.
|
java.lang.String |
getDescription()
Gets the description of the account.
|
java.lang.String |
getIdentityId()
Gets the id of the identity that owns the source.
|
java.lang.String |
getNativeIdentity()
Gets the native identity of the account.
|
java.lang.String |
getSourceId()
Gets the id of the source the account is on.
|
java.lang.String |
getUuid()
Gets the UUID of the account.
|
boolean |
hasEntitlements()
Determines whether or not the account has entitlements.
|
boolean |
isAuthoritative()
Determines whether or not the account is authoritative.
|
boolean |
isDisabled()
Determines whether or not the account is disabled.
|
boolean |
isLocked()
Determines whether or not the account is locked.
|
boolean |
isManuallyCorrelated()
Determines whether or not the account was manually correlated.
|
boolean |
isSystemAccount()
Determines whether or not the account is a system account.
|
boolean |
isUncorrelated()
Determines whether or not the account is uncorrelated.
|
java.lang.String getNativeIdentity()
java.lang.String getUuid()
java.lang.String getSourceId()
java.lang.String getIdentityId()
java.util.Map<java.lang.String,java.lang.Object> getAttributes()
boolean isAuthoritative()
java.lang.String getDescription()
boolean isDisabled()
boolean isLocked()
boolean isSystemAccount()
boolean isUncorrelated()
boolean isManuallyCorrelated()
boolean hasEntitlements()