public class DelegatingAuthenticationInterceptor extends AbstractPhaseInterceptor<Message>
Constructor and Description |
---|
DelegatingAuthenticationInterceptor() |
DelegatingAuthenticationInterceptor(String phase) |
Modifier and Type | Method and Description |
---|---|
protected String |
getAuthenticationScheme(Message message) |
void |
handleMessage(Message message)
Intercepts a message.
|
void |
setSchemeHandlers(Map<String,Interceptor<Message>> handlers) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public DelegatingAuthenticationInterceptor()
public DelegatingAuthenticationInterceptor(String phase)
public void handleMessage(Message message) throws Fault
Interceptor
Fault
public void setSchemeHandlers(Map<String,Interceptor<Message>> handlers)
Apache CXF