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 TypeInterfaceDescriptioninterfaceA named grouping of roles (Roleobjects).interfaceAUserrole managed by a User Admin service.Methods in org.osgi.service.useradmin that return RoleModifier and TypeMethodDescriptionUserAdmin.createRole(String name, int type) Creates aRoleobject with the given name and of the given type.Role[]Group.getMembers()Gets the basic members of thisGroupobject.Role[]Group.getRequiredMembers()Gets the required members of thisGroupobject.Gets theRoleobject with the givennamefrom this User Admin service.UserAdminEvent.getRole()Gets theRoleobject this event was generated for.Role[]Gets theRoleobjects 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 TypeMethodDescriptionbooleanAdds the specifiedRoleobject as a basic member to thisGroupobject.booleanGroup.addRequiredMember(Role role) Adds the specifiedRoleobject as a required member to thisGroupobject.booleanGroup.removeMember(Role role) Removes the specifiedRoleobject from thisGroupobject.Constructors in org.osgi.service.useradmin with parameters of type RoleModifierConstructorDescriptionUserAdminEvent(ServiceReference<UserAdmin> ref, int type, Role role) Constructs aUserAdminEventobject from the givenServiceReferenceobject, event type, andRoleobject.