|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Domain
This is the interface containing domain information.
Nested Class Summary | |
---|---|
static class |
Domain.DomainNameComprator
Class used to compare domains. |
Field Summary | |
---|---|
static java.lang.String |
STATUS_CURRENT
The domain is current. |
static java.lang.String |
STATUS_OBSOLETE
The domain is obsolete. |
static java.lang.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 | |
---|---|
java.lang.String |
getDomainCommonName()
Retrieves the domain's common name. |
java.lang.String |
getDomainName()
Retrieves the domain's canonical name. |
int |
getDomainSubtype()
Retrieves the subtype of the domain |
java.lang.String |
getOid()
Retrieves the domain's identifier. |
java.lang.String |
getStatus()
Retrieves the domain's status. |
java.lang.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(java.lang.String domainCommonName)
Sets the domain's common name. |
void |
setVisibility(int visibility)
Sets the domain's visibility. |
Field Detail |
---|
static final java.lang.String STATUS_CURRENT
static final java.lang.String STATUS_PRE_OBSOLETE
if (! STATUS_CURRENT)
in your application code instead.
static final java.lang.String STATUS_OBSOLETE
Method Detail |
---|
java.lang.String getDomainCommonName()
java.lang.String getDomainName()
boolean isLocal()
true
if the domain is local, false
otherwise.java.lang.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
- true
if account locking is enabled, false
otherwise.java.lang.String getStatus()
java.lang.String getSyncState()
void setDomainCommonName(java.lang.String domainCommonName)
domainCommonName
- The domain's common name.int getDomainSubtype()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |