Uses of Interface
org.osgi.service.useradmin.Role
Packages that use Role
-
Uses of Role in org.osgi.service.useradmin
Subinterfaces of Role in org.osgi.service.useradminModifier and TypeInterfaceDescriptioninterface
A named grouping of roles (Role
objects).interface
AUser
role managed by a User Admin service.Methods in org.osgi.service.useradmin that return RoleModifier and TypeMethodDescriptionUserAdmin.createRole
(String name, int type) Creates aRole
object with the given name and of the given type.Role[]
Group.getMembers()
Gets the basic members of thisGroup
object.Role[]
Group.getRequiredMembers()
Gets the required members of thisGroup
object.Gets theRole
object with the givenname
from this User Admin service.UserAdminEvent.getRole()
Gets theRole
object this event was generated for.Role[]
Gets theRole
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 RoleModifier and TypeMethodDescriptionboolean
Adds the specifiedRole
object as a basic member to thisGroup
object.boolean
Group.addRequiredMember
(Role role) Adds the specifiedRole
object as a required member to thisGroup
object.boolean
Group.removeMember
(Role role) Removes the specifiedRole
object from thisGroup
object.Constructors in org.osgi.service.useradmin with parameters of type RoleModifierConstructorDescriptionUserAdminEvent
(ServiceReference<UserAdmin> ref, int type, Role role) Constructs aUserAdminEvent
object from the givenServiceReference
object, event type, andRole
object.