Uses of Interface
com.sap.cloud.sdk.cloudplatform.security.BasicAuthenticationFacade
Packages that use BasicAuthenticationFacade
-
Uses of BasicAuthenticationFacade in com.sap.cloud.sdk.cloudplatform.security
Classes in com.sap.cloud.sdk.cloudplatform.security that implement BasicAuthenticationFacadeModifier 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.Methods in com.sap.cloud.sdk.cloudplatform.security that return BasicAuthenticationFacadeModifier and TypeMethodDescriptionstatic BasicAuthenticationFacade
BasicAuthenticationAccessor.getBasicAuthenticationFacade()
The actual implementation used to forward the business logic calls to.Methods in com.sap.cloud.sdk.cloudplatform.security with parameters of type BasicAuthenticationFacadeModifier 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
.