|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.web.authentication.preauth.websphere.WebSphere2SpringSecurityPropagationInterceptor
@Deprecated public class WebSphere2SpringSecurityPropagationInterceptor
This method interceptor can be used in front of arbitrary Spring beans to make a Spring SecurityContext available to the bean, based on the current WebSphere credentials.
| Constructor Summary | |
|---|---|
WebSphere2SpringSecurityPropagationInterceptor()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebSphere2SpringSecurityPropagationInterceptor()
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||