public static interface PAMLibrary.pam_conv.PamCallback
extends com.sun.jna.Callback
Modifier and Type | Method and Description |
---|---|
int |
callback(int num_msg,
com.sun.jna.Pointer msg,
com.sun.jna.Pointer resp,
com.sun.jna.Pointer __)
According to http://www.netbsd.org/docs/guide/en/chap-pam.html#pam-sample-conv,
resp and its member string both needs to be allocated by malloc,
to be freed by the caller.
|
Copyright © 2018. All rights reserved.