I am using what you suggested in the post that to set the securecontext to null for logout. It works however, when I try to use the url again after log off, I get a nulll pointer exception. Here is...
Type: Posts; User: richardsang2004; Keyword(s):
I am using what you suggested in the post that to set the securecontext to null for logout. It works however, when I try to use the url again after log off, I get a nulll pointer exception. Here is...
According to the java doc, the UserDetail holds information and later on to be stored inside the Authentication.
I am using my own AuthenticationDao impl, and it has a method loadxxx to return a...
Well thanks Ben. I gues I need to be much more clear about the userstore. It is a essential component of the program. yet it is done through spring, as you can see, it is an object that hides all the...
Hi Ben:
I have been using Acegi for the past two days. Here is what I like to do. I have an object that is called Userstore which holds all the user information. The API I have with userstore is...
Hi everyone. I wonder if Acegi can protect at the parameter level? To demonstrate my problem I will use the following situation. Say I have a system that is role based. In order to create a work, I...
I have changed the host url inside the applicationContext.xml file. on TicketValidattor and the serviceProperites. I have also follow your guide with howto.txt on ssl. I still can't get it to work...
I have successfully run the contact-cas example on my http:localhost:8080/contacts-cas. url. However when I intend to make a change on the URL via the applicationContext.xml file. I changed all the...