Uses of Interface
org.osgi.service.useradmin.UserAdmin
Packages that use UserAdmin
-
Uses of UserAdmin in org.osgi.service.useradmin
Methods in org.osgi.service.useradmin that return types with arguments of type UserAdminModifier and TypeMethodDescriptionUserAdminEvent.getServiceReference()
Gets theServiceReference
object of the User Admin service that generated this event.Constructor parameters in org.osgi.service.useradmin with type arguments of type UserAdminModifierConstructorDescriptionUserAdminEvent
(ServiceReference<UserAdmin> ref, int type, Role role) Constructs aUserAdminEvent
object from the givenServiceReference
object, event type, andRole
object.