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

Afficher le fichier Open project: joeaudette/cloudscribe Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public CreateScope ( string siteId, Scope scope ) : Task
siteId string
scope Scope
Résultat Task

DeleteScope() public méthode

public DeleteScope ( string siteId, string scopeName ) : Task
siteId string
scopeName string
Résultat Task

FetchScope() public méthode

public FetchScope ( string siteId, string scopeName ) : Task
siteId string
scopeName string
Résultat Task

GetScopes() public méthode

public GetScopes ( string siteId, int pageNumber, int pageSize ) : Task>
siteId string
pageNumber int
pageSize int
Résultat Task>

ResolveScopeType() public méthode

public ResolveScopeType ( string scopeTypeName ) : ScopeType?
scopeTypeName string
Résultat ScopeType?

ScopeExists() public méthode

public ScopeExists ( string siteId, string scopeName ) : Task
siteId string
scopeName string
Résultat Task

ScopesManager() public méthode

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

UpdateScope() public méthode

public UpdateScope ( string siteId, Scope scope ) : Task
siteId string
scope Scope
Résultat Task