keycloak-federation
|
公開メンバ関数 | |
int | callback (int num_msg, Pointer msg, Pointer resp, Pointer _) |
int org.jvnet.libpam.impl.PAMLibrary.pam_conv.PamCallback.callback | ( | int | num_msg, |
Pointer | msg, | ||
Pointer | resp, | ||
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.