Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class AuthenticatedAttribute

    Inheritance
    System.Object
    System.Attribute
    AuthenticatedAttribute
    Implements
    IHasRequestFilter
    IAuthenticationAttributes
    Inherited Members
    System.Attribute.Equals(System.Object)
    System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
    System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
    System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
    System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Module)
    System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
    System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
    System.Attribute.GetHashCode()
    System.Attribute.IsDefaultAttribute()
    System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
    System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
    System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
    System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
    System.Attribute.IsDefined(System.Reflection.Module, System.Type)
    System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
    System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
    System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
    System.Attribute.Match(System.Object)
    System.Attribute.TypeId
    Namespace: MediaBrowser.Controller.Net
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class AuthenticatedAttribute : Attribute, IHasRequestFilter, IAuthenticationAttributes

    Properties

    AllowBeforeStartupWizard

    Gets or sets a value indicating whether [allow before startup wizard].

    Declaration
    public bool AllowBeforeStartupWizard { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [allow before startup wizard]; otherwise, false.

    AllowLocal

    Declaration
    public bool AllowLocal { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowLocalOnly

    Declaration
    public bool AllowLocalOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    AuthService

    Declaration
    public static IAuthService AuthService { get; set; }
    Property Value
    Type Description
    IAuthService

    FeatureIds

    Declaration
    public string[] FeatureIds { get; set; }
    Property Value
    Type Description
    System.String[]

    Roles

    Gets or sets the roles.

    Declaration
    public string Roles { get; set; }
    Property Value
    Type Description
    System.String

    The roles.

    Methods

    GetFeatureIds()

    Declaration
    public string[] GetFeatureIds()
    Returns
    Type Description
    System.String[]

    GetRoles()

    Declaration
    public string[] GetRoles()
    Returns
    Type Description
    System.String[]

    RequestFilter(IRequest, IResponse, Object)

    The request filter is executed before the service.

    Declaration
    public void RequestFilter(IRequest request, IResponse response, object requestDto)
    Parameters
    Type Name Description
    IRequest request
    IResponse response
    System.Object requestDto

    Implements

    IHasRequestFilter
    IAuthenticationAttributes

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.