OSGi™ Service Platform
Residential Specification

Release 4 Version 4.3

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

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 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 UserAdmin.createRole(java.lang.String name, int type)
          Creates a Role object with the given name and of the given type.
 Role[] Group.getMembers()
          Gets the basic members of this Group object.
 Role[] Group.getRequiredMembers()
          Gets the required members of this Group object.
 Role UserAdminEvent.getRole()
          Gets the Role object this event was generated for.
 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.
 

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

Release 4 Version 4.3

Copyright © OSGi Alliance (2000, 2012). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0