How to decode stored passwords
Giacomo Morri <[email protected]> Mon, 30 Jan 2017 17:00:46 +0100
| Newsgroups | gmane.comp.jakarta.jetspeed.devel |
|---|---|
| Message-ID | <[email protected]> |
--------------E2AE58580515E8505A613FB7 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi, i'm trying to implement a function that permit to login in jetspeed "as a user". I've tried to decode users password using the "PasswordEncodingService", but trying to enable it i retrieve an error in jetspeed log: "Error creating bean with name 'PortalServices' defined in ServletContext resource [/WEB-INF/assembly/jetspeed-services.xml]: Cannot resolve reference to bean 'org.apache.jetspeed.security.PasswordEncodingService' while setting constructor argument with key [TypedStringValue: value [PasswordEncodingService], target type [null]]; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'org.apache.jetspeed.security.PasswordEncodingService' is defined" How can i enable the api PasswordEncodingService? Best regards, Giacomo Morri --------------E2AE58580515E8505A613FB7--