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