public interface Config
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_METHOD_INIT_PARAM
"
ml.alternet.security.web.config.authenticationMethod"
Indicates whether HTTP Basic or Form Authentication has to be processed. |
static String |
FORM_FIELDS_INIT_PARAM
"
ml.alternet.security.web.config.formFields"
indicates which form fields to process as a password. |
static final String FORM_FIELDS_INIT_PARAM
ml.alternet.security.web.config.formFields"
indicates which form fields to process as a password.
<context-param>
<param-name>ml.alternet.security.web.config.formFields</param-name>
<param-value>
/doRegister.html?pwd&confirmPwd,
/doUpdatePassword.html?oldPwd&newPwd&confirmPwd
</param-value>
</context-param>
static final String AUTH_METHOD_INIT_PARAM
ml.alternet.security.web.config.authenticationMethod"
Indicates whether HTTP Basic or Form Authentication has to be processed.
<context-param>
<param-name>ml.alternet.security.web.config.authenticationMethod</param-name>
<param-value>Basic</param-value>
</context-param>
Copyright © 2018 Alternet. All rights reserved.