public class NTDSAPIWrapper extends Object
Constructor and Description |
---|
NTDSAPIWrapper() |
Modifier and Type | Method and Description |
---|---|
String |
DsMakeSpn(String serviceClass,
String serviceName,
@Nullable String instanceName,
short instancePort,
@Nullable String referrer)
Convenience wrapper for NTDSAPI DsMakeSpn with Java friendly string and exception handling.
|
public String DsMakeSpn(String serviceClass, String serviceName, @Nullable String instanceName, short instancePort, @Nullable 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 © 1997-2020 PostgreSQL Global Development Group. All Rights Reserved.