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(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 Map<String,String> ClientSession.createSessionParameters(String url, BindingType binding, String username, String password, ClientSession.Authentication authentication)
           
 



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