Class DefaultAuthenticationAdapter
java.lang.Object
org.apache.camel.component.spring.security.DefaultAuthenticationAdapter
- All Implemented Interfaces:
AuthenticationAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.security.core.Authentication
convertToAuthentication
(Subject subject) You can add the customer convert code hereorg.springframework.security.core.Authentication
toAuthentication
(Subject subject)
-
Constructor Details
-
DefaultAuthenticationAdapter
public DefaultAuthenticationAdapter()
-
-
Method Details
-
toAuthentication
- Specified by:
toAuthentication
in interfaceAuthenticationAdapter
-
convertToAuthentication
You can add the customer convert code here- Parameters:
subject
- the subject
-