@Deprecated public class WebSphere2SpringSecurityPropagationInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor
| Constructor and Description |
|---|
WebSphere2SpringSecurityPropagationInterceptor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
Deprecated.
Authenticate with Spring Security based on WebSphere credentials before proceeding with method
invocation, and clean up the Spring Security Context after method invocation finishes.
|
void |
setAuthenticationDetailsSource(AuthenticationDetailsSource<?,?> authenticationDetailsSource)
Deprecated.
|
void |
setAuthenticationManager(AuthenticationManager authenticationManager)
Deprecated.
|
public WebSphere2SpringSecurityPropagationInterceptor()
public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) throws Throwable
invoke in interface org.aopalliance.intercept.MethodInterceptorThrowableMethodInterceptor.invoke(org.aopalliance.intercept.MethodInvocation)public void setAuthenticationManager(AuthenticationManager authenticationManager)
authenticationManager - The authenticationManager to set.public void setAuthenticationDetailsSource(AuthenticationDetailsSource<?,?> authenticationDetailsSource)
authenticationDetailsSource - The authenticationDetailsSource to set.