This type is a class for model objects.
Configuration for using a Lightweight Third Party Authentication (LTPA) authentication mechanism.
Package: security| Attributes Summary | |
| timeout : ELong | 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. |
| password : Password | The password used to generate and encrypt LTPA keys. |
| private : Key @ | The private key is generated by server. The value should not be manually altered. |
| public : Key @ | The public key is generated by server. Its value should not be manually altered. |
| shared : Key @ | The shared key is generated by server. It should not be manually altered. |
| keySetGroup : KeySetGroup @ | * No description is available * |
| Attribute Details |