Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
14.8. Principals
Privileges are assigned to specific principals , which can either represent usernames or the names of groups. A principal is represented in the API via the
javax.security.Principal , which can be any implementation. (The hierarchical database primarily uses the principal's name.)
An authenticated user is considered a member of a group if the
AuthorizationProvider or AdvancedAuthorizationProvider implementations return true for hasRole(groupName) .