[jboss-user] [Security & JAAS/JBoss] - Re: LoginContext(init()) Null Pointer Exception

ashwinikakkeri do-not-reply at jboss.com
Tue Feb 5 22:21:23 EST 2008


Sure!,

Here is the jass configuration.

<!-- Login to MyApplication web application -->
  | <application-policy name="MyApplication LoginPolicy">
  | 		 <authentication>
  | 			 <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule" flag="required">
  | 				 <module-option name="usersProperties">MyApplication -users.properties</module-option> 
  | 				<module-option name="rolesProperties">MyApplication -roles.properties</module-option> 
  | 				<module-option name="restore-login-identity">true</module-option>
  | 			</login-module>
  | 		</authentication>
  | 	 </application-policy>

hope this helps 

-ashwini

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126859#4126859

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126859



More information about the jboss-user mailing list