OSGi Service Platform
Release 4 (draft)

Uses of Interface
org.osgi.service.useradmin.Role

Packages that use Role
org.osgi.service.useradmin The OSGi User Admin service Package. 
 

Uses of Role in org.osgi.service.useradmin
 

Subinterfaces of Role in org.osgi.service.useradmin
 interface Group
          A named grouping of roles (Role objects).
 interface User
          A User role managed by a User Admin service.
 

Methods in org.osgi.service.useradmin that return Role
 Role UserAdminEvent.getRole()
          Gets the Role object this event was generated for.
 Role UserAdmin.createRole(java.lang.String name, int type)
          Creates a Role object with the given name and of the given type.
 Role UserAdmin.getRole(java.lang.String name)
          Gets the Role object with the given name from this User Admin service.
 Role[] UserAdmin.getRoles(java.lang.String filter)
          Gets the Role objects managed by this User Admin service that have properties matching the specified LDAP filter criteria.
 Role[] Group.getMembers()
          Gets the basic members of this Group object.
 Role[] Group.getRequiredMembers()
          Gets the required members of this Group object.
 

Methods in org.osgi.service.useradmin with parameters of type Role
 boolean Group.addMember(Role role)
          Adds the specified Role object as a basic member to this Group object.
 boolean Group.addRequiredMember(Role role)
          Adds the specified Role object as a required member to this Group object.
 boolean Group.removeMember(Role role)
          Removes the specified Role object from this Group object.
 

Constructors in org.osgi.service.useradmin with parameters of type Role
UserAdminEvent(ServiceReference ref, int type, Role role)
          Constructs a UserAdminEvent object from the given ServiceReference object, event type, and Role object.
 


OSGi Service Platform
Release 4 (draft)

Copyright (c) OSGi Alliance (2000, 2005). All Rights Reserved.