Search Results for

    Show / Hide Table of Contents
    View Source

    Class BackOfficeHandler

    Ensures authorization is successful for a back office user.

    Inheritance
    System.Object
    MustSatisfyRequirementAuthorizationHandler<BackOfficeRequirement>
    Namespace: Umbraco.Cms.Api.Management.Security.Authorization.User
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class BackOfficeHandler : MustSatisfyRequirementAuthorizationHandler<BackOfficeRequirement>

    Constructors

    View Source

    BackOfficeHandler(IBackOfficeSecurityAccessor)

    Declaration
    public BackOfficeHandler(IBackOfficeSecurityAccessor backOfficeSecurity)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backOfficeSecurity

    Methods

    View Source

    IsAuthorized(AuthorizationHandlerContext, BackOfficeRequirement)

    Declaration
    protected override Task<bool> IsAuthorized(AuthorizationHandlerContext context, BackOfficeRequirement requirement)
    Parameters
    Type Name Description
    AuthorizationHandlerContext context
    BackOfficeRequirement requirement
    Returns
    Type Description
    Task<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BackOfficeHandler(IBackOfficeSecurityAccessor)
    • Methods
      • IsAuthorized(AuthorizationHandlerContext, BackOfficeRequirement)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX