LoginConfig

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 loginmechanism.



Attributes Summary
authMethod : AuthMethodKind@since J2EE1.
realmName : StringThe realm name element specifies the realm name to use in HTTP Basic authorization
authorizationMethod : String@since J2EE1.
webApp :   
formLoginConfig : FormLoginConfig  

Attribute Details

authMethod    -    @since J2EE1.4 deprecated, becomes initParamValuesThe 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".
     data type: AuthMethodKind
     default Value:   unspecified
     Allowed Values:  UNSPECIFIED   BASIC   DIGEST   FORM   CLIENT_CERT  



realmName    -    The realm name element specifies the realm name to use in HTTP Basic authorization
     data type:  String
     default Value:   unspecified



authorizationMethod    -    @since J2EE1.4
     data type:  String
     default Value:   unspecified



webApp    -     
     data type: 



formLoginConfig    -     
     data type: FormLoginConfig


Copyright IBM Corp. 1997-2004