|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Domain
Contains domain information related to LiveCycle ES2 users and groups. Using an instance of this type, you can determine information such as the domain to which a LiveCycle ES2 user belongs. To see an object of this type used in a code example, see the Managing users and groups using the Java API quick start in Programming with LiveCycle ES3.
| Nested Class Summary | |
|---|---|
static class |
Domain.DomainNameComprator
A static class used to compare domains. |
| Field Summary | |
|---|---|
static String |
STATUS_CURRENT
The domain is current. |
static String |
STATUS_OBSOLETE
The domain is obsolete. |
static String |
STATUS_PRE_OBSOLETE
Domains can have a pre-obsolete state if the directory synchronization process has not yet completely marked them as obsolete. |
| Method Summary | |
|---|---|
String |
getDomainCommonName()
Retrieves the domain's common name. |
String |
getDomainName()
Retrieves the domain's canonical name. |
int |
getDomainSubtype()
Retrieves the subtype of the domain. |
String |
getOid()
Retrieves the domain's identifier. |
String |
getStatus()
Retrieves the domain's status. |
String |
getSyncState()
Retrieves the domain's synchronization state. |
int |
getVisibility()
Retrieves the domain's visibility. |
boolean |
isAccountLockingEnabled()
Determines whether account locking is enabled. |
boolean |
isLocal()
Determines whether the domain is local. |
void |
setAccountLocking(boolean accountLocking)
Enables or disables the domain's account locking. |
void |
setDomainCommonName(String domainCommonName)
Sets the domain's common name. |
void |
setVisibility(int visibility)
Sets the domain's visibility. |
| Field Detail |
|---|
static final String STATUS_CURRENT
static final String STATUS_PRE_OBSOLETE
if (! STATUS_CURRENT) in your application code instead.
static final String STATUS_OBSOLETE
| Method Detail |
|---|
String getDomainCommonName()
String getDomainName()
boolean isLocal()
true if the domain is local, false otherwise.String getOid()
boolean isAccountLockingEnabled()
true if account locking is enabled, false otherwise.int getVisibility()
void setVisibility(int visibility)
visibility - The domain's visibility.void setAccountLocking(boolean accountLocking)
accountLocking - The value true if account locking is enabled, false otherwise.String getStatus()
STATUS_OBSOLETE is returned if the domain is obsolete.
String getSyncState()
void setDomainCommonName(String domainCommonName)
The - domain's common name.int getDomainSubtype()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||