org.alfresco.repo.cmis.ws
Class AuthenticationInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor
      extended by org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
          extended by org.alfresco.repo.cmis.ws.AuthenticationInterceptor
All Implemented Interfaces:
org.apache.cxf.binding.soap.interceptor.SoapInterceptor, org.apache.cxf.interceptor.Interceptor, org.apache.cxf.phase.PhaseInterceptor

public class AuthenticationInterceptor
extends org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor


Constructor Summary
AuthenticationInterceptor()
           
 
Method Summary
 void handleMessage(org.apache.cxf.binding.soap.SoapMessage message)
           
 void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService)
           
 void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)
           
 
Methods inherited from class org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
getFaultCodePrefix, getRoles, getUnderstoodHeaders
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.interceptor.Interceptor
handleFault
 

Constructor Detail

AuthenticationInterceptor

public AuthenticationInterceptor()
Method Detail

handleMessage

public void handleMessage(org.apache.cxf.binding.soap.SoapMessage message)
                   throws org.apache.cxf.interceptor.Fault
Throws:
org.apache.cxf.interceptor.Fault

setAuthenticationService

public void setAuthenticationService(org.alfresco.service.cmr.security.AuthenticationService authenticationService)

setTransactionService

public void setTransactionService(org.alfresco.service.transaction.TransactionService transactionService)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.