394545 Add jetty-jaas dependency to jetty-maven-plugin
This commit is contained in:
parent
fe773d22e1
commit
b000fa4f34
|
@ -87,6 +87,11 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-jaas</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-plus</artifactId>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<webAppConfig>
|
||||
<contextPath>/test-jaas</contextPath>
|
||||
<securityHandler implementation="org.eclipse.jetty.security.ConstraintSecurityHandler">
|
||||
<loginService implementation="org.eclipse.jetty.plus.jaas.JAASLoginService">
|
||||
<loginService implementation="org.eclipse.jetty.jaas.JAASLoginService">
|
||||
<name>Test JAAS Realm</name>
|
||||
<loginModuleName>xyz</loginModuleName>
|
||||
</loginService>
|
||||
|
|
Loading…
Reference in New Issue