NuxeoDotNetClient
1.0.0 beta
.NET Client for Nuxeo Automation and REST API
|
Represents the Athorization credentials to be sent on every request to the nuxeo server. More...
Public Types | |
enum | Methods { Basic } |
The supported authorization methods. More... | |
Public Member Functions | |
Authorization (string username, string password) | |
Initializes a new instance of basic Authorization. More... | |
Authorization () | |
Intializes a new instance of basic Authorization with the default credentials of the Nuxeo server (Administrator // Administrator). More... | |
string | GenerateAuthorizationParameter () |
Generates a string with the contents for the HTTP authorization header. More... | |
Properties | |
Methods | Method [get, protected set] |
Gets the authorization method. More... | |
string | Username [get, protected set] |
Gets the username. More... | |
string | Password [get, protected set] |
Gets the password. More... | |
Represents the Athorization credentials to be sent on every request to the nuxeo server.
Definition at line 27 of file Authorization.cs.
|
strong |
The supported authorization methods.
Definition at line 32 of file Authorization.cs.
NuxeoClient.Authorization.Authorization | ( | string | username, |
string | password | ||
) |
Initializes a new instance of basic Authorization.
username | The username. |
password | The password. |
Definition at line 72 of file Authorization.cs.
NuxeoClient.Authorization.Authorization | ( | ) |
Intializes a new instance of basic Authorization with the default credentials of the Nuxeo server (Administrator // Administrator).
Definition at line 80 of file Authorization.cs.
string NuxeoClient.Authorization.GenerateAuthorizationParameter | ( | ) |
Generates a string with the contents for the HTTP authorization header.
Definition at line 88 of file Authorization.cs.
|
getprotected set |
Gets the authorization method.
Definition at line 42 of file Authorization.cs.
|
getprotected set |
Gets the password.
Definition at line 52 of file Authorization.cs.
|
getprotected set |
Gets the username.
Definition at line 47 of file Authorization.cs.