LTPA

Configuration for using a Lightweight Third Party Authentication (LTPA) authentication mechanism.

Inherits from type AuthMechanism and adds the following.

Attributes Summary
timeout : longSpecifies how many minutes can pass before a client using an LTPA token must authenticate again.
password : PasswordThe password used to generate and encrypt LTPA keys.
private : KeyThe private key is generated by server.
public : KeyThe public key is generated by server.
shared : KeyThe shared key is generated by server.

Attribute Details

timeout    -    Specifies how many minutes can pass before a client using an LTPA token must authenticate again. LTPA uses tokens to store the authenticated status of a client.
     data type:  long
     default Value:   unspecified



password    -    The password used to generate and encrypt LTPA keys.
     data type:  Password
     default Value:   unspecified



private    -    The private key is generated by server. The value should not be manually altered.
     data type: Key



public    -    The public key is generated by server. Its value should not be manually altered.
     data type: Key



shared    -    The shared key is generated by server. It should not be manually altered.
     data type: Key


Copyright IBM Corp. 1997-2004