Interface IADsOpenDSObject
public interface IADsOpenDSObject
{
// Fields
public static final long ADSI_DEFAULT_AUTHENTICATION;
public static final long ADSI_USE_ENCRYPTION;
public static final long ADSI_USE_SECURE_AUTHENTICATION;
// Methods
public IADs OpenDSObject(String ADsPath, String UserName,
String Password, long Flags) throws IADsException;
}
This interface specifies IADsOpenDSObject object.
Also see Also Active Directory Design Specification Version 1.0
Methods
public IADs OpenDSObject(String ADsPath, String UserName,
String Password, long Flags) throws IADsException;
Returns the specific object from the underlying namespace using the provided security credentials.
Return Value
Returns an IADs object
| Parameter | Description |
| ADsPath | ADsPath
|
| UserName | username
|
| Password | password
|
Exceptions
IADsException
failed to get members
Fields
- ADSI_DEFAULT_AUTHENTICATION
- Constant to use for default, usually clear text authentication
- ADSI_USE_ENCRYPTION
-
- ADSI_USE_SECURE_AUTHENTICATION
- Constant to use for secure authentication