Uses of Interface
org.osgi.service.useradmin.UserAdmin
-
Packages that use UserAdmin Package Description org.osgi.service.useradmin User Admin Package Version 1.1. -
-
Uses of UserAdmin in org.osgi.service.useradmin
Fields in org.osgi.service.useradmin with type parameters of type UserAdmin Modifier and Type Field Description private org.osgi.framework.ServiceReference<UserAdmin>UserAdminEvent. refMethods in org.osgi.service.useradmin that return types with arguments of type UserAdmin Modifier and Type Method Description org.osgi.framework.ServiceReference<UserAdmin>UserAdminEvent. getServiceReference()Gets theServiceReferenceobject of the User Admin service that generated this event.Constructor parameters in org.osgi.service.useradmin with type arguments of type UserAdmin Constructor Description UserAdminEvent(org.osgi.framework.ServiceReference<UserAdmin> ref, int type, Role role)Constructs aUserAdminEventobject from the givenServiceReferenceobject, event type, andRoleobject.
-