SubjectExt

Represents a User or Group within the system.For a given user, either a name or accessId must be specified for a subject, but not both.



Attributes Summary
name : StringThe name of the user or group.
accessId : StringAn internal unique identifier that represents the user or group.

Attribute Details

name    -    The name of the user or group. Ignored if an accessId is provided.
     data type:  String
     default Value:   unspecified



accessId    -    An internal unique identifier that represents the user or group.If specified, name is ignored.The specific subtypes are responsible for ensuring that the type prefix of of the access id is specified correctly.This value is usually not specified manually during deployment, but rather by deployment tooling.
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004