C# Class cloudscribe.Core.IdentityServerIntegration.Services.ScopesManager

Show file Open project: joeaudette/cloudscribe Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateScope ( string siteId, Scope scope ) : Task
DeleteScope ( string siteId, string scopeName ) : Task
FetchScope ( string siteId, string scopeName ) : Task
GetScopes ( string siteId, int pageNumber, int pageSize ) : Task>
ResolveScopeType ( string scopeTypeName ) : ScopeType?
ScopeExists ( string siteId, string scopeName ) : Task
ScopesManager ( IScopeCommands commands, IScopeQueries queries, IHttpContextAccessor contextAccessor ) : cloudscribe.Core.IdentityServerIntegration.Storage
UpdateScope ( string siteId, Scope scope ) : Task

Method Details

CreateScope() public method

public CreateScope ( string siteId, Scope scope ) : Task
siteId string
scope Scope
return Task

DeleteScope() public method

public DeleteScope ( string siteId, string scopeName ) : Task
siteId string
scopeName string
return Task

FetchScope() public method

public FetchScope ( string siteId, string scopeName ) : Task
siteId string
scopeName string
return Task

GetScopes() public method

public GetScopes ( string siteId, int pageNumber, int pageSize ) : Task>
siteId string
pageNumber int
pageSize int
return Task>

ResolveScopeType() public method

public ResolveScopeType ( string scopeTypeName ) : ScopeType?
scopeTypeName string
return ScopeType?

ScopeExists() public method

public ScopeExists ( string siteId, string scopeName ) : Task
siteId string
scopeName string
return Task

ScopesManager() public method

public ScopesManager ( IScopeCommands commands, IScopeQueries queries, IHttpContextAccessor contextAccessor ) : cloudscribe.Core.IdentityServerIntegration.Storage
commands IScopeCommands
queries IScopeQueries
contextAccessor IHttpContextAccessor
return cloudscribe.Core.IdentityServerIntegration.Storage

UpdateScope() public method

public UpdateScope ( string siteId, Scope scope ) : Task
siteId string
scope Scope
return Task