C# Class CmisSync.Lib.Cmis.UiUtils.LoginCredentials

Login credentials helper class for creating new connections and handle result if it fails.
Datei anzeigen Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
LogIn ( ) : bool

Tries to log in on with the given credentials

LogIn ( ISessionFactory sessionFactory ) : bool

Tries to log in on with the given credentials

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Cmis.UiUtils.LoginCredentials.

Method Details

LogIn() public method

Tries to log in on with the given credentials
public LogIn ( ) : bool
return bool

LogIn() public method

Tries to log in on with the given credentials
public LogIn ( ISessionFactory sessionFactory ) : bool
sessionFactory ISessionFactory Use the given session factory for login. If null is passed, the default DotCMIS SessionFactory is used.
return bool

ToString() public method

Returns a System.String that represents the current CmisSync.Lib.Cmis.UiUtils.LoginCredentials.
public ToString ( ) : string
return string