Table of Contents

Interface ISecurityService

Namespace
Steeltoe.Management.Endpoint.Security
Assembly
Steeltoe.Management.EndpointWeb.dll
public interface ISecurityService

Methods

IsAccessAllowed(HttpContextBase, IEndpointOptions)

Task<bool> IsAccessAllowed(HttpContextBase context, IEndpointOptions target)

Parameters

context HttpContextBase
target IEndpointOptions

Returns

Task<bool>