Uses of Interface
org.osgi.service.useradmin.User

Packages that use User
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
 interface Group
          A named grouping of roles (Role objects).
 

Methods in org.osgi.service.useradmin that return User
 User UserAdmin.getUser(java.lang.String key, java.lang.String value)
          Gets the user with the given property key-value pair from the User Admin service database.
 

Methods in org.osgi.service.useradmin with parameters of type User
 Authorization UserAdmin.getAuthorization(User user)
          Creates an Authorization object that encapsulates the specified User object and the Role objects it possesses.
 



Copyright © 2006-2011 OSGi Alliance. All Rights Reserved.