aspose file tools
The moose likes JSF and the fly likes isUserInRole always returns false Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "isUserInRole always returns false" Watch "isUserInRole always returns false" New topic
Author

isUserInRole always returns false

Krishnappan Subramanian
Greenhorn

Joined: Jul 09, 2008
Posts: 2
i have my web.xml setup ... the below code is what i am using for rendering .... but it always returns false .... any idea? please help asap....thanks

HttpServletRequest httpServletRequest =(HttpServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest();
validUser=httpServletRequest.isUserInRole("ADMIN USER");
return validUser;
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
Is the user ever asked for username and password? If so, when and how?


Android appsImageJ pluginsJava web charts
Krishnappan Subramanian
Greenhorn

Joined: Jul 09, 2008
Posts: 2
the user is authenticated via LDAP security ...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: isUserInRole always returns false
 
Similar Threads
user authentication servlet problem
purge cached sessions?
cookie questions
Session timeout in filter detection?
Filter Issue