Uses of Interface
org.osgi.service.useradmin.User
-
Packages that use User Package Description org.osgi.service.useradmin -
-
Uses of User in org.osgi.service.useradmin
Subinterfaces of User in org.osgi.service.useradmin Modifier and Type Interface Description interfaceGroupA named grouping of roles (Roleobjects).Methods in org.osgi.service.useradmin that return User Modifier and Type Method Description UserUserAdmin. getUser(java.lang.String key, java.lang.String value)Gets the user with the given propertykey-valuepair from the User Admin service database.Methods in org.osgi.service.useradmin with parameters of type User Modifier and Type Method Description AuthorizationUserAdmin. getAuthorization(User user)Creates anAuthorizationobject that encapsulates the specifiedUserobject and theRoleobjects it possesses.
-