keycloak-federation
|
公開メンバ関数 | |
pam_response (Pointer src) | |
pam_response () | |
void | setResp (String msg) |
公開変数類 | |
Pointer | resp |
int | resp_retcode |
静的公開変数類 | |
static final int | SIZE = new pam_response().size() |
限定公開メンバ関数 | |
List | getFieldOrder () |
|
inline |
|
inlineprotected |
|
inline |
Sets the response code.
Pointer org.jvnet.libpam.impl.PAMLibrary.pam_response.resp |
This is really a string, but this field needs to be malloc-ed by the conversation method, and to be freed by the caler, so I bind it to Pointer here.
The man page doesn't say that, but see http://www.netbsd.org/docs/guide/en/chap-pam.html#pam-sample-conv This behavior is confirmed with a test, too; if I don't do strdup, libpam crashes.
int org.jvnet.libpam.impl.PAMLibrary.pam_response.resp_retcode |
|
static |