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 com.sun.jna.LastErrorException
serviceClass
- See MSDNserviceName
- See MSDNinstanceName
- See MSDNinstancePort
- See MSDNreferrer
- See MSDNcom.sun.jna.LastErrorException
- If buffer too small or parameter incorrectCopyright © 2018 PostgreSQL Global Development Group. All rights reserved.