Show TOC Anfang des Inhaltsbereichs

Hintergrunddokumentation Principal Types  Dokument im Navigationsbaum lokalisieren

Purpose

A principal is a person or entity for which access rights can be defined.

Principals are typically employed when specific permissions for particular resources are required, for example, authorizations to execute CRUD (create, read, update, delete) operations. For more information, see Predefined Permission Access Rights.

The permissions of principals are stored in access control lists (ACL). For more information, see Access Control List.

Types

The following principal types are available:

Authorization Tool Icon

User Administrator Icon

Type

Description

Diese Grafik wird im zugehörigen Text erklärt

Diese Grafik wird im zugehörigen Text erklärt

User

A single user account.

Users can be assigned to groups and roles.

Beispiel

Administrator

David Adams

C123456

Diese Grafik wird im zugehörigen Text erklärt

Diese Grafik wird im zugehörigen Text erklärt

Group

A group of users and roles.

Users and roles can be assigned to groups.

Beispiel

Everyone

Authenticated Users

Managers

Diese Grafik wird im zugehörigen Text erklärt

Diese Grafik wird im zugehörigen Text erklärt

Role

A collection of tasks, services, and information that is available for groups of users.

Users and groups can be assigned to a role.

Beispiel

CAFAdmin

Administrator

Business Expert

Note that principals from different types may have the same name. For example, you can have a user and role, both called Administrator, and they are different principles and, in fact, may have nothing in common.

Ende des Inhaltsbereichs