
META-INF.beans.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proxy Show documentation
Show all versions of proxy Show documentation
Proxy that replaces key/secret into OAuth Bearer tokens
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:weld="http://jboss.org/schema/weld/beans" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee http://docs.jboss.org/cdi/beans_1_0.xsd http://jboss.org/schema/weld/beans http://jboss.org/schema/weld/beans_1_1.xsd"> <weld:scan> <weld:exclude name="org.jboss.weld.**"/> <weld:exclude name="com.google.**"/> <weld:exclude name="io.undertow.**"/> <weld:exclude name="io.netty.**"/> <weld:exclude name="com.datastax.**"/> <weld:exclude name="javax.el.**"/> <weld:exclude name="org.jboss.logging.**"/> </weld:scan> <alternatives> <class>org.keycloak.secretstore.proxy.internal.ApplicationResources</class> </alternatives> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy