C# Class NuxeoClient.Authorization

Represents the Athorization credentials to be sent on every request to the nuxeo server.
Afficher le fichier Open project: nuxeo/nuxeo-dotnet-client Class Usage Examples

Méthodes publiques

Méthode Description
Authorization ( ) : System

Intializes a new instance of basic Authorization with the default credentials of the Nuxeo server (Administrator // Administrator).

Authorization ( string username, string password ) : System

Initializes a new instance of basic Authorization.

GenerateAuthorizationParameter ( ) : string

Generates a string with the contents for the HTTP authorization header.

Private Methods

Méthode Description
Authorization ( System.Methods method, string username, string password ) : System

Initializes a new instance of Authorization.

Method Details

Authorization() public méthode

Intializes a new instance of basic Authorization with the default credentials of the Nuxeo server (Administrator // Administrator).
public Authorization ( ) : System
Résultat System

Authorization() public méthode

Initializes a new instance of basic Authorization.
public Authorization ( string username, string password ) : System
username string The username.
password string The password.
Résultat System

GenerateAuthorizationParameter() public méthode

Generates a string with the contents for the HTTP authorization header.
public GenerateAuthorizationParameter ( ) : string
Résultat string