org.apache.camel.component.spring.security
Class DefaultAuthenticationAdapter

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

public class DefaultAuthenticationAdapter
extends Object
implements AuthenticationAdapter


Constructor Summary
DefaultAuthenticationAdapter()
           
 
Method Summary
protected  org.springframework.security.core.Authentication convertToAuthentication(Subject subject)
          You can add the customer convert code here
 org.springframework.security.core.Authentication toAuthentication(Subject subject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAuthenticationAdapter

public DefaultAuthenticationAdapter()
Method Detail

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



Apache CAMEL