| 
 | OSGi™ Enterprise Release 5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| org.osgi.service.useradmin | User Admin Package Version 1.1. | 
| Uses of Role in org.osgi.service.useradmin | 
|---|
| Subinterfaces of Role in org.osgi.service.useradmin | |
|---|---|
|  interface | GroupA named grouping of roles ( Roleobjects). | 
|  interface | UserA Userrole managed by a User Admin service. | 
| Methods in org.osgi.service.useradmin that return Role | |
|---|---|
|  Role | UserAdmin.createRole(java.lang.String name,
           int type)Creates a Roleobject with the given name and of the given type. | 
|  Role[] | Group.getMembers()Gets the basic members of this Groupobject. | 
|  Role[] | Group.getRequiredMembers()Gets the required members of this Groupobject. | 
|  Role | UserAdminEvent.getRole()Gets the Roleobject this event was generated for. | 
|  Role | UserAdmin.getRole(java.lang.String name)Gets the Roleobject with the givennamefrom this User
 Admin service. | 
|  Role[] | UserAdmin.getRoles(java.lang.String filter)Gets the Roleobjects managed by this User Admin service that
 have properties matching the specified LDAP filter criteria. | 
| Methods in org.osgi.service.useradmin with parameters of type Role | |
|---|---|
|  boolean | Group.addMember(Role role)Adds the specified Roleobject as a basic member to thisGroupobject. | 
|  boolean | Group.addRequiredMember(Role role)Adds the specified Roleobject as a required member to thisGroupobject. | 
|  boolean | Group.removeMember(Role role)Removes the specified Roleobject from thisGroupobject. | 
| Constructors in org.osgi.service.useradmin with parameters of type Role | |
|---|---|
| UserAdminEvent(ServiceReference ref,
               int type,
               Role role)Constructs a UserAdminEventobject from the givenServiceReferenceobject, event type, andRoleobject. | |
| 
 | OSGi™ Enterprise Release 5 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||