April 2001
Intermediate to advanced
780 pages
23h 48m
English
<login-config>
<!ELEMENT login-config (auth-method?, realm-name?, form-login-config?)>
The
<login-config>
element is used to configure the authentication method and the realm
name that should be used for the application, as well as the
attributes for form-based login, if it is used.
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>Default</realm-name>
</login-config>