public class SpringAuthenticationInjectorInterceptor extends Object implements org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
| Constructor and Description |
|---|
SpringAuthenticationInjectorInterceptor(UserProfileService userDetailsService,
SecurityEnforcer securityEnforcer,
SecurityHelper securityHelper,
ActivationComputer activationComputer) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> |
getAdditionalInterceptors() |
Set<String> |
getAfter() |
Set<String> |
getBefore() |
String |
getId() |
String |
getPhase() |
void |
handleFault(org.apache.cxf.binding.soap.SoapMessage message) |
void |
handleMessage(org.apache.cxf.binding.soap.SoapMessage message) |
public SpringAuthenticationInjectorInterceptor(UserProfileService userDetailsService, SecurityEnforcer securityEnforcer, SecurityHelper securityHelper, ActivationComputer activationComputer)
public Set<String> getAfter()
getAfter in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>public Set<String> getBefore()
getBefore in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>public String getId()
getId in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>public String getPhase()
getPhase in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>public Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> getAdditionalInterceptors()
getAdditionalInterceptors in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>public void handleMessage(org.apache.cxf.binding.soap.SoapMessage message)
throws org.apache.cxf.interceptor.Fault
handleMessage in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>org.apache.cxf.interceptor.Faultpublic void handleFault(org.apache.cxf.binding.soap.SoapMessage message)
handleFault in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>Copyright © 2016 evolveum. All rights reserved.