Hi,
Has anyone found a solution for this?
Thanks,
Rosh
Type: Posts; User: slrosh; Keyword(s):
Hi,
Has anyone found a solution for this?
Thanks,
Rosh
Hi,
I need to use the cookies instead of httpsession with spring security. Does anyone has idea that this is possible? If it is so pleas send me some resource.
Exactly what i want to do is make...
Anyone in the spring forum doesn't know about this or this is lack in spring security?
Hi All,
Is there any way to customize spring security for supporting multi-factor authentication?
Thanks
Hi,
I am using Spring Security in a multi-tenant environment, whereby the login form takes in j_username, j_password, and j_company (additional) parameter. The problem I am running into is that...
Hi all,
I am using jmsTemplate with spring integration. First time i send a message to activemq server and retrieve it successfully using jmsTemplate. Again i send the message to the server and i...
Solved the problem.
change the INVOKER_NS_URI to
"http://schemas.xmlsoap.org/soap/envelope/". Then it shows the correct message.
<SOAP-ENV:Envelope...
Hi,
I want to give a custom fault code whenever exception is happen. So i am using a custom exception resolver class.
public class MyExceptionResolver extends...
Many thanks for the support.
Now I am writing a custom exception resolver class to change the fault code.
public class CustomSimpleSoapExceptionResolver extends SimpleSoapExceptionResolver {...
I think you are talking about this class
javax.xml.soap.SOAPFault . Can u please tell me the which jar file contains this class. I am using this dependency to load that class.
<dependency>...
Thanks for quick reply. But the problem is there is no method to set the fault code. (see SoapFault inteface). Then how can i set a custom fault code.
I am developing an API. So i want to handle...
Hi,
I am new to spring web services. So i need a help from you. I wanted to customize the fault code whenever exception is happen.
Normally what spring do is whatever the exception is happen, they...
This is a custom class that shows how to map roles and login ids
public class MySecureResourceFilter implements FilterInvocationDefinitionSource {
public ConfigAttributeDefinition...
FilterSecurityInterceptor has an objectDefinitionSource property to which we provide those url pattern - role mappings. Type of objectDefinitionSource property is FilterInvocationDefinitionSource,...