Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.security.principal |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPrincipalFacade
Default implementation of
PrincipalFacade encapsulating the logic to access Principal information. |
class |
ScpCfPrincipalFacade
Facade providing access to
Principal information on SAP Cloud Platform Cloud Foundry. |
class |
ScpNeoPrincipalFacade
Facade providing access to user information on SAP Cloud Platform Neo.
|
Modifier and Type | Method and Description |
---|---|
static PrincipalFacade |
PrincipalAccessor.getPrincipalFacade()
Returns the
PrincipalFacade instance. |
Modifier and Type | Method and Description |
---|---|
static io.vavr.control.Try<PrincipalFacade> |
PrincipalAccessor.tryGetPrincipalFacade()
Returns a
Try of the PrincipalFacade instance. |
Modifier and Type | Method and Description |
---|---|
static void |
PrincipalAccessor.setPrincipalFacade(PrincipalFacade principalFacade)
Replaces the default
PrincipalFacade instance. |
Copyright © 2021 SAP SE. All rights reserved.