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 find a
User . |
Class | Description |
---|---|
CollectionUserAttribute<T> |
A
UserAttribute holding a generic collection of values. |
ScpCfUser |
User implementation loading all information from the CloudFoundry platform.
|
ScpCfUserFacade |
Facade allowing access to the CloudFoundry user.
|
ScpNeoUser |
A user implementation specific for the Neo platform.
|
ScpNeoUserFacade |
Facade providing the access to specific users via their name.
|
SimpleUserAttribute<T> |
A
UserAttribute holding a simple generic value. |
StringUserAttribute |
A
SimpleUserAttribute holding a String value. |
UserAccessor |
Main class find and access
User . |
UserRequestContextListener |
Implementation of
RequestContextListener that ensures the correct initialization of User s when
working with non-container managed threads on all supported Cloud platforms. |
Copyright © 2018 SAP SE. All rights reserved.