Uses of Interface
org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider

Packages that use AuthenticationProvider
org.apache.chemistry.opencmis.client.bindings   
org.apache.chemistry.opencmis.commons.spi OpenCMIS client and server binding services. 
 

Uses of AuthenticationProvider in org.apache.chemistry.opencmis.client.bindings
 

Methods in org.apache.chemistry.opencmis.client.bindings with parameters of type AuthenticationProvider
 CmisBinding CmisBindingFactory.createCmisAtomPubBinding(Map<String,String> sessionParameters, AuthenticationProvider authenticationProvider)
          Creates a default CMIS AtomPub binding instance with a custom authentication provider.
 CmisBinding CmisBindingFactory.createCmisBinding(Map<String,String> sessionParameters, AuthenticationProvider authenticationProvider)
          Creates a CMIS binding instance.
 CmisBinding CmisBindingFactory.createCmisBrowserBinding(Map<String,String> sessionParameters, AuthenticationProvider authenticationProvider)
          Creates a default CMIS Browser binding instance with a custom authentication provider.
 CmisBinding CmisBindingFactory.createCmisWebServicesBinding(Map<String,String> sessionParameters, AuthenticationProvider authenticationProvider)
          Creates a default CMIS Web Services binding instance with a custom authentication provider.
 

Uses of AuthenticationProvider in org.apache.chemistry.opencmis.commons.spi
 

Methods in org.apache.chemistry.opencmis.commons.spi that return AuthenticationProvider
 AuthenticationProvider CmisBinding.getAuthenticationProvider()
          Gets the authentication provider.
 



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