Class DefaultAuthenticationAdapter

java.lang.Object
org.apache.camel.component.spring.security.DefaultAuthenticationAdapter
All Implemented Interfaces:
AuthenticationAdapter

public class DefaultAuthenticationAdapter extends Object implements AuthenticationAdapter
  • Constructor Details

    • DefaultAuthenticationAdapter

      public DefaultAuthenticationAdapter()
  • Method Details

    • toAuthentication

      public org.springframework.security.core.Authentication toAuthentication(Subject subject)
      Specified by:
      toAuthentication in interface AuthenticationAdapter
    • convertToAuthentication

      protected org.springframework.security.core.Authentication convertToAuthentication(Subject subject)
      You can add the customer convert code here
      Parameters:
      subject - the subject