LTPA
Configuration for using a Lightweight Third Party Authentication (LTPA) authentication mechanism.
Inherits from type AuthMechanism and adds the following.
Attributes Summary
timeout Specifies how many minutes can pass before a client using an LTPA token must authenticate again. password The password used to generate and encrypt LTPA keys. private The private key is generated by server. public The public key is generated by server. shared The 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: String
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