public class NTDSAPIWrapper extends Object
| Constructor and Description |
|---|
NTDSAPIWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
DsMakeSpn(String serviceClass,
String serviceName,
String instanceName,
short instancePort,
String referrer)
Convenience wrapper for NTDSAPI DsMakeSpn with Java friendly string and exception handling.
|
public String DsMakeSpn(String serviceClass, String serviceName, String instanceName, short instancePort, String referrer) throws LastErrorException
serviceClass - See MSDNserviceName - See MSDNinstanceName - See MSDNinstancePort - See MSDNreferrer - See MSDNLastErrorException - If buffer too small or parameter incorrectCopyright © 2024 Amazon.com Inc.. All rights reserved.