|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDirectoryService
Interface that describes directory service
Field Summary | |
---|---|
static int |
DIRECTORY_TYPE_DATABASE
Database Directory Service |
static int |
DIRECTORY_TYPE_LDAP
LDAP Directory Service |
static int |
DIRECTORY_TYPE_SYSTEM
MWS System directory service. |
static int |
DIRECTORY_TYPE_UNKNOWN
Unidentified directory service type |
static String |
SYSTEM_DIRECTORY_SERVICE_ID
ID of the MWS System Directory Service |
Method Summary | |
---|---|
String |
getName()
Returns display name for this directory service |
int |
getType()
Returns type of this directory service. |
boolean |
isEnabled()
Returns if given directory service is enabled |
Methods inherited from interface com.webmethods.sc.directory.IDirectoryObject |
---|
getDirectorySession, getID |
Field Detail |
---|
static final String SYSTEM_DIRECTORY_SERVICE_ID
static final int DIRECTORY_TYPE_UNKNOWN
static final int DIRECTORY_TYPE_SYSTEM
static final int DIRECTORY_TYPE_LDAP
static final int DIRECTORY_TYPE_DATABASE
Method Detail |
---|
int getType() throws DirectoryException
DirectoryException
boolean isEnabled() throws DirectoryException
DirectoryException
String getName() throws DirectoryException
DirectoryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |