Class DefaultAuthenticationAdapter
- java.lang.Object
-
- org.apache.camel.component.spring.security.DefaultAuthenticationAdapter
-
- All Implemented Interfaces:
AuthenticationAdapter
public class DefaultAuthenticationAdapter extends Object implements AuthenticationAdapter
-
-
Constructor Summary
Constructors Constructor Description DefaultAuthenticationAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.security.core.Authentication
convertToAuthentication(Subject subject)
You can add the customer convert code hereorg.springframework.security.core.Authentication
toAuthentication(Subject subject)
-
-
-
Method Detail
-
toAuthentication
public org.springframework.security.core.Authentication toAuthentication(Subject subject)
- Specified by:
toAuthentication
in interfaceAuthenticationAdapter
-
convertToAuthentication
protected org.springframework.security.core.Authentication convertToAuthentication(Subject subject)
You can add the customer convert code here
-
-