Interface | Description |
---|---|
LocalScopePrefixProvider |
The interface representing the strategy used by the
LocalScopePrefixExtractor to determine the local scope
prefix (i.e. |
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. |
DefaultLocalScopePrefixProvider |
This is the default strategy for determining the local scope prefix used by the SDK.
|
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. |
LocalScopePrefixExtractor |
This class contains the logic to extract the values of the
scope claim of a JWT and returns it as a
Set of Authorization s. |
PrincipalAccessor |
Accessor for retrieving the current
Principal . |
PrincipalThreadContextListener |
Implementation of
ThreadContextListener that ensures the correct initialization of Principal s when
working with non-container managed threads on all supported Cloud platforms. |
ScpCfPrincipal |
An implementation of the
Principal interface for SAP Cloud Platform Cloud Foundry. |
ScpCfPrincipalFacade |
Facade providing access to
Principal information on SAP Cloud Platform Cloud Foundry. |
ScpNeoPrincipal |
Implementation of
Principal for SAP Cloud Platform Neo. |
ScpNeoPrincipalFacade |
Facade providing access to user information on SAP Cloud Platform Neo.
|
SimplePrincipalAttribute<T> |
A
PrincipalAttribute holding a simple generic value. |
StringCollectionPrincipalAttribute |
A
CollectionPrincipalAttribute holding String values. |
StringPrincipalAttribute |
A
SimplePrincipalAttribute holding a String value. |
Copyright © 2020 SAP SE. All rights reserved.