Uses of Interface
com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationFacade
-
Uses of BasicAuthenticationFacade in com.sap.cloud.sdk.cloudplatform.security
Modifier and TypeClassDescriptionclass
Default implementation of theBasicAuthenticationAccessor
reading the username and password from the currentThreadContext
or, after that, from the currently incoming request and returning it as aBasicCredentials
object.Modifier and TypeMethodDescriptionstatic BasicAuthenticationFacade
BasicAuthenticationAccessor.getBasicAuthenticationFacade()
The actual implementation used to forward the business logic calls to.Modifier and TypeMethodDescriptionstatic void
BasicAuthenticationAccessor.setBasicAuthenticationFacade
(BasicAuthenticationFacade facade) Overrides the currently set facade with the given one, potentially changing the behavior of all following calls to theBasicAuthenticationAccessor
.