Uses of Class
org.apache.chemistry.opencmis.workbench.model.ClientSession.Authentication

Packages that use ClientSession.Authentication
org.apache.chemistry.opencmis.workbench.model   
 

Uses of ClientSession.Authentication in org.apache.chemistry.opencmis.workbench.model
 

Methods in org.apache.chemistry.opencmis.workbench.model that return ClientSession.Authentication
static ClientSession.Authentication ClientSession.Authentication.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientSession.Authentication[] ClientSession.Authentication.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.chemistry.opencmis.workbench.model with parameters of type ClientSession.Authentication
static java.util.Map<java.lang.String,java.lang.String> ClientSession.createSessionParameters(java.lang.String url, BindingType binding, java.lang.String username, java.lang.String password, ClientSession.Authentication authentication, boolean compression, boolean clientCompression, boolean cookies)
           
 



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