KeySetGroup


This type is a class for model objects.

A KeySet Group is intended to allow you to generate multiple KeySets at the same time. For LTPA, we have two distinct KeySets which should be generated at the same time. One is the public/private key pair and the other is the secret key. While they could be separately generated, it's best to keep them synchronized in terms of generation periods. The KeySet Group also allows you to schedule generation of the KeySet keys based on a schedule

Package: ssl

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

Reference attributes having this type:
  LTPA.keySetGroup
  WSPassword.keySetGroup

Collection attributes having this type:
  SecurityCommon.keySetGroups



Attributes Summary
name : EString KeySetGroup name
autoGenerate : EBoolean Auto-generates the KeySets that are part of that group
wsSchedule : WSSchedule @ * No description is available *
keySet : KeySet * * No description is available *
managementScope : ManagementScope @ * No description is available *



Attribute Details

name  -  KeySetGroup name
    Data Type: EString
    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

autoGenerate  -  Auto-generates the KeySets that are part of that group
    Data Type: EBoolean
    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

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

keySet  -  * No description is available *
    Reference Type: KeySet *
    Containment:  false
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

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



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