ScheduledJobAuthorizationManager Class

Definition

Pass-through implementation of IScheduledJobAuthorizationManager with no security checks at all. This is used when executing scheduled jobs in a local environment.

public class ScheduledJobAuthorizationManager : Microsoft.WindowsAzure.Mobile.Service.Security.IScheduledJobAuthorizationManager
type ScheduledJobAuthorizationManager = class
    interface IScheduledJobAuthorizationManager
Public Class ScheduledJobAuthorizationManager
Implements IScheduledJobAuthorizationManager
Inheritance
ScheduledJobAuthorizationManager
Implements

Constructors

ScheduledJobAuthorizationManager()

Methods

IsAuthorized(HttpRequestMessage, String)

Determines whether a particular HttpRequestMessage is authorized to initiate the IScheduledJob identified by the jobName.

Applies to