Property | Type | Description |
---|
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 |
public CreateScope ( string siteId, Scope scope ) : Task | ||
siteId | string | |
scope | Scope | |
return | Task |
public DeleteScope ( string siteId, string scopeName ) : Task | ||
siteId | string | |
scopeName | string | |
return | Task |
public FetchScope ( string siteId, string scopeName ) : Task |
||
siteId | string | |
scopeName | string | |
return | Task |
public GetScopes ( string siteId, int pageNumber, int pageSize ) : Task |
||
siteId | string | |
pageNumber | int | |
pageSize | int | |
return | Task |
public ResolveScopeType ( string scopeTypeName ) : ScopeType? | ||
scopeTypeName | string | |
return | ScopeType? |
public ScopeExists ( string siteId, string scopeName ) : Task |
||
siteId | string | |
scopeName | string | |
return | Task |
public ScopesManager ( IScopeCommands commands, IScopeQueries queries, IHttpContextAccessor contextAccessor ) : cloudscribe.Core.IdentityServerIntegration.Storage | ||
commands | IScopeCommands | |
queries | IScopeQueries | |
contextAccessor | IHttpContextAccessor | |
return | cloudscribe.Core.IdentityServerIntegration.Storage |
public UpdateScope ( string siteId, Scope scope ) : Task | ||
siteId | string | |
scope | Scope | |
return | Task |