This type is a class for model objects.
RSA token propagation object. It is used to propagate the identity.
Package: security| Attributes Summary | |
| tokenExpiration : ELong | Specifies the admin role propagation token expired time in seconds. |
| nonceCacheTimeout : ELong | The nonceCacheTimeout is how frequently you want to clear the nonceCache. The nonceCacheTimeout is longer than the tokenExpiration. When a token is received, it contains a nonce. We add the nonce to the cache and if we receive the nonce again, the token is rejected. |
| adminCertificateTrustStore : KeyStore @ | * No description is available * |
| adminCertificate : Certificate @ | * No description is available * |
| Attribute Details |