| Package | Description |
|---|---|
| org.osgi.service.useradmin |
User Admin Package Version 1.1.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Group
A named grouping of roles (
Role objects). |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Authorization |
UserAdmin.getAuthorization(User user)
Creates an
Authorization object that encapsulates the
specified User object and the Role objects it
possesses. |