Class SpringAuthenticationInjectorInterceptor
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.security.SpringAuthenticationInjectorInterceptor
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>
,org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
public class SpringAuthenticationInjectorInterceptor extends Object implements org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
Responsible to inject Spring authentication object before we call WS method
-
-
Constructor Summary
Constructors Constructor Description SpringAuthenticationInjectorInterceptor(UserProfileService userDetailsService, SecurityEnforcer securityEnforcer, SecurityHelper securityHelper, ActivationComputer activationComputer, TaskManager taskManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
SpringAuthenticationInjectorInterceptor
public SpringAuthenticationInjectorInterceptor(UserProfileService userDetailsService, SecurityEnforcer securityEnforcer, SecurityHelper securityHelper, ActivationComputer activationComputer, TaskManager taskManager)
-
-
Method Detail
-
getAfter
public Set<String> getAfter()
- Specified by:
getAfter
in interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
-
getBefore
public Set<String> getBefore()
- Specified by:
getBefore
in interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
-
getId
public String getId()
- Specified by:
getId
in interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
-
getPhase
public String getPhase()
- Specified by:
getPhase
in interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
-
getAdditionalInterceptors
public Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> getAdditionalInterceptors()
- Specified by:
getAdditionalInterceptors
in interfaceorg.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
-
handleMessage
public void handleMessage(org.apache.cxf.binding.soap.SoapMessage message) throws org.apache.cxf.interceptor.Fault
- Specified by:
handleMessage
in interfaceorg.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>
- Throws:
org.apache.cxf.interceptor.Fault
-
handleFault
public void handleFault(org.apache.cxf.binding.soap.SoapMessage message)
- Specified by:
handleFault
in interfaceorg.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>
-
-