RSAToken


This type is a class for model objects.

RSA token propagation object. It is used to propagate the identity.

Package: security
Supertype: AuthMechanism

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



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

tokenExpiration  -  Specifies the admin role propagation token expired time in seconds.
    Data Type: ELong
    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

nonceCacheTimeout  -  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.
    Data Type: ELong
    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

adminCertificateTrustStore  -  * No description is available *
    Reference Type: KeyStore @
    Containment:  false
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

adminCertificate  -  * No description is available *
    Reference Type: Certificate @
    Containment:  false
    Container:  false
    Required:  true
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  1
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



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