Created
December 12, 2013 13:41
-
-
Save dejanb/7928100 to your computer and use it in GitHub Desktop.
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
| <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