Apache
Home » Documentation » Apache Felix User Admin

Apache Felix User Admin - Background

For a detailed overview on the UserAdmin service, see the OSGi compendium specification version 4.0 or later.

Roles

The UserAdmin service defines two types of roles: users and groups. Other types of roles are not and cannot be defined.

Users

According to the UserAdmin specification, a User role refers to "??any entity that may have any number of credentials associated with it that it may use to authenticate itself??." Normally, User roles are used to authenticate an initiator of a certain action. Although the name suggests otherwise, a User role can also denote anything other than a human being. Examples of valid User roles are:

Groups

A group is an aggregation of other users and groups, allowing you to create authorization schemes. Roles are either required or basic members of a group. The basic members of a group define the set of members that can be authorized. This set is further reduced by requiring an initiator of an action to imply all required member of a group. A group can be implied only if it has at least one basic member and at least one required member.

Rev. 1700393 by cziegeler on Tue, 1 Sep 2015 06:04:06 +0000
Apache Felix, Felix, Apache, the Apache feather logo, and the Apache Felix project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.