
play-plugins.spring.oauth2-plugin.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:security="http://www.springframework.org/schema/security" xmlns:oauth="http://www.springframework.org/schema/security/oauth2" 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 http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd http://www.springframework.org/schema/security/oauth2 http://www.springframework.org/schema/security/spring-security-oauth2.xsd"> <oauth:expression-handler id="oauth2-plugin.expression-handler" /> <security:global-method-security pre-post-annotations="enabled"> <security:expression-handler ref="oauth2-plugin.expression-handler" /> </security:global-method-security> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy