Search:

Type: Posts; User: slrosh; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    1,018

    Hi, Has anyone found a solution for this? ...

    Hi,

    Has anyone found a solution for this?

    Thanks,
    Rosh
  2. Replies
    1
    Views
    805

    Spring security context using cookie

    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...
  3. Replies
    1
    Views
    1,131

    Anyone in the spring forum doesn't know about...

    Anyone in the spring forum doesn't know about this or this is lack in spring security?
  4. Replies
    1
    Views
    1,131

    MFA with spring security

    Hi All,

    Is there any way to customize spring security for supporting multi-factor authentication?

    Thanks
  5. Spring Security in a multi-tenant environment?

    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...
  6. jmsTemplate receiveSelectedAndConvert returns null

    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...
  7. Replies
    1
    Views
    1,059

    Solved

    Solved the problem.

    change the INVOKER_NS_URI to
    "http://schemas.xmlsoap.org/soap/envelope/". Then it shows the correct message.


    <SOAP-ENV:Envelope...
  8. Replies
    1
    Views
    1,059

    Problems with custom fault code

    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...
  9. Replies
    6
    Views
    1,079

    Many thanks for the support. Now I am writing a...

    Many thanks for the support.
    Now I am writing a custom exception resolver class to change the fault code.



    public class CustomSimpleSoapExceptionResolver extends SimpleSoapExceptionResolver {...
  10. Replies
    6
    Views
    1,079

    I think you are talking about this class ...

    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>...
  11. Replies
    6
    Views
    1,079

    Thanks for quick reply. But the problem is there...

    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...
  12. Replies
    6
    Views
    1,079

    customize standerd fault code

    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...
  13. This is a custom class that shows how to map...

    This is a custom class that shows how to map roles and login ids

    public class MySecureResourceFilter implements FilterInvocationDefinitionSource {

    public ConfigAttributeDefinition...
  14. Re: Spring Security - How to give role to login user

    FilterSecurityInterceptor has an objectDefinitionSource property to which we provide those url pattern - role mappings. Type of objectDefinitionSource property is FilterInvocationDefinitionSource,...
Results 1 to 14 of 14