C# 클래스 BLL.Authorize

파일 보기 프로젝트 열기: cdadmin/clonedeploy

공개 메소드들

메소드 설명
ApiAuth ( ) : int
Authorize ( CloneDeployUser user, string requiredRight ) : System
ComputerManagement ( int computerId ) : bool
GroupManagement ( int groupId ) : bool
ImageManagement ( int imageId ) : bool
IsAuthorized ( ) : bool

비공개 메소드들

메소드 설명
ApiErrorResponse ( string type ) : void

메소드 상세

ApiAuth() 공개 정적인 메소드

public static ApiAuth ( ) : int
리턴 int

Authorize() 공개 메소드

public Authorize ( CloneDeployUser user, string requiredRight ) : System
user CloneDeployUser
requiredRight string
리턴 System

ComputerManagement() 공개 메소드

public ComputerManagement ( int computerId ) : bool
computerId int
리턴 bool

GroupManagement() 공개 메소드

public GroupManagement ( int groupId ) : bool
groupId int
리턴 bool

ImageManagement() 공개 메소드

public ImageManagement ( int imageId ) : bool
imageId int
리턴 bool

IsAuthorized() 공개 메소드

public IsAuthorized ( ) : bool
리턴 bool