C# 클래스 NuxeoClient.Authorization

Represents the Athorization credentials to be sent on every request to the nuxeo server.
파일 보기 프로젝트 열기: nuxeo/nuxeo-dotnet-client 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Authorization ( System.Methods method, string username, string password ) : System

Initializes a new instance of Authorization.

메소드 상세

Authorization() 공개 메소드

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

Authorization() 공개 메소드

Initializes a new instance of basic Authorization.
public Authorization ( string username, string password ) : System
username string The username.
password string The password.
리턴 System

GenerateAuthorizationParameter() 공개 메소드

Generates a string with the contents for the HTTP authorization header.
public GenerateAuthorizationParameter ( ) : string
리턴 string