RoleAssignmentExt

An assignment of a security role to those users and groups within the user registry used by a WebSphere server.



Attributes Summary
users : UserExt * The users that are assigned to the given role.
groups : GroupExt * The groups that are assigned to the given role.
specialSubjects : SpecialSubjectExt * Specifies special subjects that are assigned to the given role.
role : SecurityRoleExt@ Specifies the security role required to access the specified methods.

Attribute Details

users    -    The users that are assigned to the given role.
     data type: UserExt*



groups    -    The groups that are assigned to the given role.
     data type: GroupExt*



specialSubjects    -    Specifies special subjects that are assigned to the given role. There are three special subjects: Everyone (effectively no authorization checking), AllAuthenticatedUsers (any authenticated user is allowed to access), and Server (application server itself is allowed to access).
     data type: SpecialSubjectExt*



role    -    Specifies the security role required to access the specified methods.
     data type: SecurityRoleExt@


Copyright IBM Corp. 1997-2004