Skip to content

Instantly share code, notes, and snippets.

@dejanb
Created December 12, 2013 13:41
Show Gist options
  • Select an option

  • Save dejanb/7928100 to your computer and use it in GitHub Desktop.

Select an option

Save dejanb/7928100 to your computer and use it in GitHub Desktop.
<Call name="addBean">
<Arg>
<New class="org.eclipse.jetty.plus.jaas.JAASLoginService">
<Set name="name">karaf</Set>
<Set name="loginModuleName">karaf</Set>
<Set name="roleClassNames">
<Array type="java.lang.String">
<Item>org.apache.karaf.jaas.boot.principal.RolePrincipal</Item>
</Array>
</Set>
</New>
</Arg>
</Call>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment