Created
September 7, 2011 08:43
-
-
Save mente/1200074 to your computer and use it in GitHub Desktop.
web application addition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<bean class="org.springframework.beans.factory.config.MethodInvokingFactoryBean"> | |
<property name="staticMethod" value="org.apache.shiro.SecurityUtils.setSecurityManager"/> | |
<property name="arguments" ref="webSecurityManager"/> | |
</bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment