org.apache.camel.component.spring.security
Class DefaultAuthenticationAdapter
java.lang.Object
org.apache.camel.component.spring.security.DefaultAuthenticationAdapter
- All Implemented Interfaces:
- AuthenticationAdapter
public class DefaultAuthenticationAdapter
- extends Object
- implements AuthenticationAdapter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAuthenticationAdapter
public DefaultAuthenticationAdapter()
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