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. ref
Methods 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 theServiceReference
object 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 aUserAdminEvent
object from the givenServiceReference
object, event type, andRole
object.
-