class FastEndpointsAuthTagger
- FastEndpointsAuthTagger
- FrameworkTagger
- Tagger
- Reference
- Object
Defined in:
tagger/framework_taggers/csharp/fastendpoints_auth.crConstant Summary
-
ALLOW_ANONYMOUS_PATTERN =
/\bAllowAnonymous\s*\(/ -
CLAIMS_PATTERN =
/\bClaims\s*\(/ -
PERMISSIONS_PATTERN =
/\bPermissions\s*\(/ -
POLICIES_PATTERN =
/\bPolicies\s*\(/ -
POLICY_PATTERN =
/\bPolicy\s*\(/ -
ROLES_PATTERN =
/\bRoles\s*\(/
Constructors
Class Method Summary
Instance Method Summary
Instance methods inherited from class FrameworkTagger
read_file(path : String) : String | Nil
read_file,
read_source_context(endpoint : Endpoint) : Array(SourceContext)
read_source_context
Constructor methods inherited from class FrameworkTagger
new(options : Hash(String, YAML::Any))
new
Class methods inherited from class FrameworkTagger
target_techs : Array(String)
target_techs
Instance methods inherited from module FileHelper
all_files : Array(String)
all_files,
get_files_by_extension(extension : String) : Array(String)
get_files_by_extension,
get_files_by_prefix(prefix : String) : Array(String)
get_files_by_prefix,
get_files_by_prefix_and_extension(prefix : String, extension : String) : Array(String)
get_files_by_prefix_and_extension,
get_public_dir_files(base_path : String, folder : String) : Array(String)
get_public_dir_files,
get_public_files(base_path : String, anchors : Array(String) = ["shard.yml", "Gemfile"]) : Array(String)
get_public_files,
populate_channel_with_files(channel : Channel(String))
populate_channel_with_files,
populate_channel_with_filtered_files(channel : Channel(String), extension : String)populate_channel_with_filtered_files(channel : Channel(String), extensions : Array(String)) populate_channel_with_filtered_files