public class Account
extends java.lang.Object
Constructor and Description |
---|
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.
|
public java.lang.String getNativeIdentity()
public java.lang.String getUuid()
public java.lang.String getSourceId()
public java.lang.String getIdentityId()
public java.util.Map<java.lang.String,java.lang.Object> getAttributes()
public boolean isAuthoritative()
public java.lang.String getDescription()
public boolean isDisabled()
public boolean isLocked()
public boolean isSystemAccount()
public boolean isUncorrelated()
public boolean isManuallyCorrelated()
public boolean hasEntitlements()