This type is a class for model objects.
The login-config element is used to configure the authentication method that should be used, the realm name that should be used for this application, and the attributes that are needed by the form login mechanism.
Package: webapplicationAttributes Summary | |
authMethod : AuthMethodKind | @version J2EE1.4 deprecated, becomes initParamValues The auth-method element is used to configure the authentication mechanism for the web application. As a prerequisite to gaining access to any web resources which are protected by an authorization constraint, a user must have authenticated using the configured mechanism. Legal values for this element are "BASIC", "DIGEST", "FORM", or "CLIENT-CERT". |
realmName : EString | The realm name element specifies the realm name to use in HTTP Basic authorization |
authorizationMethod : EString | @version J2EE1.4 |
webApp : WebApp @ | * No description is available * |
formLoginConfig : FormLoginConfig @ | * No description is available * |
Attribute Details |