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 The auth-method element is used to configure the authentication mechanism for the web application.
realmName The realm name element specifies the realm name to use in HTTP Basic authorization
webApp  
formLoginConfig  

 

Attribute Details


authMethod

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

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



webApp

 

Data type:  



formLoginConfig

 

Data type:  FormLoginConfig