| Interface | Description |
|---|---|
| User |
Represents a user of the system, containing information about his authorizations as well as his Locale and further,
arbitrary attributes.
|
| UserAttribute |
A simple attribute of a
User. |
| UserFacade |
Facade interface encapsulating the logic to access
User information. |
| Class | Description |
|---|---|
| AbstractUser | |
| AbstractUserFacade |
Abstract base class for
UserFacades which allows to use a mocked User if the environment variable
"USE_MOCKED_USER" is set to "true". |
| CollectionUserAttribute<T> |
A
UserAttribute holding a generic collection of values. |
| SimpleUserAttribute<T> |
A
UserAttribute holding a simple generic value. |
| StringCollectionUserAttribute |
A
CollectionUserAttribute holding String values. |
| StringUserAttribute |
A
SimpleUserAttribute holding a String value. |
| UserAccessor |
Main class find and access
User. |
| UserRequestContextListener |
Implementation of
AbstractRequestContextListener that ensures the correct initialization of Users
when working with non-container managed threads on all supported Cloud platforms. |
Copyright © 2020 SAP SE. All rights reserved.