C# 클래스 cloudscribe.Core.IdentityServer.NoDb.ScopeCommands

상속: IScopeCommands
파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
CreateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task
DeleteScope ( string siteId, string scopeName, CancellationToken cancellationToken = default(CancellationToken) ) : Task
ScopeCommands ( IBasicCommands commands ) : cloudscribe.Core.IdentityServerIntegration.Storage
UpdateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task

메소드 상세

CreateScope() 공개 메소드

public CreateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task
siteId string
scope Scope
cancellationToken System.Threading.CancellationToken
리턴 Task

DeleteScope() 공개 메소드

public DeleteScope ( string siteId, string scopeName, CancellationToken cancellationToken = default(CancellationToken) ) : Task
siteId string
scopeName string
cancellationToken System.Threading.CancellationToken
리턴 Task

ScopeCommands() 공개 메소드

public ScopeCommands ( IBasicCommands commands ) : cloudscribe.Core.IdentityServerIntegration.Storage
commands IBasicCommands
리턴 cloudscribe.Core.IdentityServerIntegration.Storage

UpdateScope() 공개 메소드

public UpdateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task
siteId string
scope Scope
cancellationToken System.Threading.CancellationToken
리턴 Task