< : LoginConfigElement>

Description

Use this element to specify the login configuration for a web application module. Used for <login-config> tag in web.xml deployment descriptors.

You can define <loginconfig> individually for each application module. When this element is specified as a direct child of <buildear>, it becomes the default for the nested application modules.

Parameters

Attribute Description Type Required?

Parameters accepted as nested elements

<realm>

The name of the realm that is referenced to authenticate the user credentials. This realm is used in HTTP Basic authorization and does not refer to system security realms within WebLogic Server. The system security realm is a collection of security information that is checked when certain operations are performed in the server. The servlet security realm is a different collection of security information that is checked when a page is accessed and basic authentication is used.
Attribute Description Type Required
name Security realm name String Yes

<authmethod>

Specifies the method used to authenticate the user.
Attribute Description Type Required
value Name of authentication method. Common values: FORM, BASIC. String Yes

<formloginconfig>

Use this element if you configure the FORM authentication method.
Attribute Description Type Required
errorpage URI of resource presented to the end user in case of an authentication error String Yes
loginpage URI of resource presented to the end user for authentication String Yes