AuthModule

This type is a class for model objects.

Configuration setting for Authentication module. It's invoked by a container before a request message is processed by the requested resource and before a response message is returned.

Package: security

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

Collection attributes having this type:
  AuthConfigProviderEntry.authModule



Attributes Summary
moduleID : EString Unique name that identifies the server authentication module.
requestPolicy : AuthenticationPolicy Protection policy enforced by the authentication module for request messages.
responsePolicy : AuthenticationPolicy Protection policy enforced by the authentication module for reponse messages.
className : EString Package-qualified name of the class that implements the authentication module.
order : EInt Specify the order of the authentication module which will be invoked by the runtime from lower to high.
properties : Property * * No description is available *



Attribute Details

moduleID  -  Unique name that identifies the server authentication module.
    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

requestPolicy  -  Protection policy enforced by the authentication module for request messages.
    Data Type: AuthenticationPolicy
    Default value:  unspecified
    Allowed values:
        0 - AUTHENTICATE_SENDER
        1 - AUTHENTICATE_RECIPIENT
        2 - AUTHENTICATE_CONTENT
        3 - NONE
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

responsePolicy  -  Protection policy enforced by the authentication module for reponse messages.
    Data Type: AuthenticationPolicy
    Default value:  unspecified
    Allowed values:
        0 - AUTHENTICATE_SENDER
        1 - AUTHENTICATE_RECIPIENT
        2 - AUTHENTICATE_CONTENT
        3 - NONE
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

className  -  Package-qualified name of the class that implements the authentication module.
    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

order  -  Specify the order of the authentication module which will be invoked by the runtime from lower to high.
    Data Type: EInt
    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

properties  -  * No description is available *
    Reference Type: Property *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



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