LoginConfig

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: webapplication

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  FormLoginConfig.loginConfig
  WebApp.loginConfig



Attributes 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

authMethod  -  @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".
    Data Type: AuthMethodKind
    Default value:  unspecified
    Allowed values:
        0 - UNSPECIFIED
        1 - BASIC
        2 - DIGEST
        3 - FORM
        4 - CLIENT_CERT
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

realmName  -  The realm name element specifies the realm name to use in HTTP Basic authorization
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

authorizationMethod  -  @version J2EE1.4
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

webApp  -  * No description is available *
    Reference Type: WebApp @
    Containment:  false
    Container:  true
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  true
    Volatile:  false
    Opposite: WebApp.loginConfig

formLoginConfig  -  * No description is available *
    Reference Type: FormLoginConfig @
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false
    Opposite: FormLoginConfig.loginConfig



(C) COPYRIGHT International Business Machines Corp. 1996-2006