| Interface | Description |
|---|---|
| Principal |
This represents the information available an authenticated entity.
|
| PrincipalAttribute |
A simple attribute of a
Principal. |
| PrincipalFacade |
Facade interface encapsulating the logic to access
Principal information. |
| Class | Description |
|---|---|
| CollectionPrincipalAttribute<T> |
A
PrincipalAttribute holding a generic collection of values. |
| DefaultPrincipal |
This implementation of
Principal represents the information available for an authenticated entity. |
| DefaultPrincipalFacade |
Default implementation of
PrincipalFacade encapsulating the logic to access Principal information. |
| PrincipalAccessor |
Accessor for retrieving the current
Principal. |
| PrincipalThreadContextListener |
Implementation of
ThreadContextListener that ensures the correct initialization of Principals when
working with non-container managed threads on all supported Cloud platforms. |
| SimplePrincipalAttribute<T> |
A
PrincipalAttribute holding a simple generic value. |
| StringCollectionPrincipalAttribute |
A
CollectionPrincipalAttribute holding String values. |
| StringPrincipalAttribute |
A
SimplePrincipalAttribute holding a String value. |
Copyright © 2021 SAP SE. All rights reserved.