Uses of Interface
org.osgi.service.useradmin.User
-
Packages that use User Package Description org.osgi.service.useradmin User Admin Package Version 1.1. -
-
Uses of User in org.osgi.service.useradmin
Subinterfaces of User in org.osgi.service.useradmin Modifier and Type Interface Description interface
Group
A named grouping of roles (Role
objects).Methods in org.osgi.service.useradmin that return User Modifier and Type Method Description User
UserAdmin. getUser(java.lang.String key, java.lang.String value)
Gets the user with the given propertykey
-value
pair from the User Admin service database.Methods in org.osgi.service.useradmin with parameters of type User Modifier and Type Method Description Authorization
UserAdmin. getAuthorization(User user)
Creates anAuthorization
object that encapsulates the specifiedUser
object and theRole
objects it possesses.
-