RoleAssignmentExt

This type is a class for model objects.

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

Package: rolebasedauthz

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

Collection attributes having this type:
  AuthorizationTableExt.authorizations



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. 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).
role : SecurityRoleExt @ Specifies the security role required to access the specified methods.



Attribute Details

users  -  The users that are assigned to the given role.
    Reference Type: UserExt *
    Containment:  true
    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

groups  -  The groups that are assigned to the given role.
    Reference Type: GroupExt *
    Containment:  true
    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

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).
    Reference Type: SpecialSubjectExt *
    Containment:  true
    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

role  -  Specifies the security role required to access the specified methods.
    Reference Type: SecurityRoleExt @
    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