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| 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 |