Table of Contents

Class SecurityServiceExtension

Namespace
Steeltoe.Management.Endpoint.Security
Assembly
Steeltoe.Management.EndpointWeb.dll
public static class SecurityServiceExtension
Inheritance
SecurityServiceExtension
Inherited Members

Methods

IsAccessAllowed(IEnumerable<ISecurityService>, HttpContextBase, IEndpointOptions)

public static Task<bool> IsAccessAllowed(this IEnumerable<ISecurityService> securityChecks, HttpContextBase context, IEndpointOptions options)

Parameters

securityChecks IEnumerable<ISecurityService>
context HttpContextBase
options IEndpointOptions

Returns

Task<bool>