C# 클래스 Kraken.Services.OctopusAuthenticationProxy

상속: IOctopusAuthenticationProxy
파일 보기 프로젝트 열기: Zywave/OctopusDeploy-Kraken

공개 메소드들

메소드 설명
CreateApiKey ( ) : string
Login ( string userName, string password, UserResource &user ) : bool
OctopusAuthenticationProxy ( IOptions settings ) : System
ValidateApiKey ( string userName, string apiKey ) : bool

메소드 상세

CreateApiKey() 공개 메소드

public CreateApiKey ( ) : string
리턴 string

Login() 공개 메소드

public Login ( string userName, string password, UserResource &user ) : bool
userName string
password string
user Octopus.Client.Model.UserResource
리턴 bool

OctopusAuthenticationProxy() 공개 메소드

public OctopusAuthenticationProxy ( IOptions settings ) : System
settings IOptions
리턴 System

ValidateApiKey() 공개 메소드

public ValidateApiKey ( string userName, string apiKey ) : bool
userName string
apiKey string
리턴 bool