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 TypeClassDescriptionclassDefault implementation of theBasicAuthenticationAccessorreading the username and password from the currentThreadContextor, after that, from the currently incoming request and returning it as aBasicCredentialsobject.Methods in com.sap.cloud.sdk.cloudplatform.security that return BasicAuthenticationFacadeModifier and TypeMethodDescriptionstatic BasicAuthenticationFacadeBasicAuthenticationAccessor.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 voidBasicAuthenticationAccessor.setBasicAuthenticationFacade(BasicAuthenticationFacade facade) Overrides the currently set facade with the given one, potentially changing the behavior of all following calls to theBasicAuthenticationAccessor.