org.apache.chemistry.opencmis.client.bindings.spi
Interface SessionAwareAuthenticationProvider

All Superinterfaces:
AuthenticationProvider, java.io.Serializable
All Known Implementing Classes:
AbstractAuthenticationProvider, NTLMAuthenticationProvider, StandardAuthenticationProvider

public interface SessionAwareAuthenticationProvider
extends AuthenticationProvider

Authentication provider implementing this interface get the binding session injected.


Method Summary
 void setSession(BindingSession session)
          Sets the binding session.
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider
getHTTPHeaders, getSOAPHeaders, putResponseHeaders
 

Method Detail

setSession

void setSession(BindingSession session)
Sets the binding session.



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.