Skip to content

Instantly share code, notes, and snippets.

@coheigea
Created August 26, 2019 15:58
Show Gist options
  • Save coheigea/18ae0c55995947fa8727171af75b6d69 to your computer and use it in GitHub Desktop.
Save coheigea/18ae0c55995947fa8727171af75b6d69 to your computer and use it in GitHub Desktop.
<util:list id="requiredRolesList">
<value>boss</value>
</util:list>
<bean class="org.apache.coheigea.cxf.shiro.authentication.ShiroUTValidator" id="utValidator">
<constructor-arg value="src/test/resources/securityconfig.ini"/>
<property name="requiredRoles" ref="requiredRolesList"/>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment