All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.security-spring.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
	
	<bean id="basicAuthenticationFilter" class="com.sap.cloud.yaas.servicesdk.security.basicauthorization.EnforceBasicAuthenticationFilter" lazy-init="true">
		<constructor-arg value="YaaS Basic Authentication for trusted clients (consider using the YaaS API Proxy and OAuth2 instead)"/>
		<constructor-arg value="${BASIC_AUTHENTICATION_CREDENTIALS:}"/>
	</bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy