ScalaAuthTagger
Inherits FrameworkTagger < FileHelper < Tagger < Reference < Object
Constants
AKKA_AUTH_PATTERNS = [{/authenticateBasic\s*\(/, "Akka HTTP authenticateBasic"}, {/authenticateOAuth2\s*\(/, "Akka HTTP authenticateOAuth2"}, {/authorize\s*\(/, "Akka HTTP authorize directive"}, {/authenticateOrRejectWithChallenge/, "Akka HTTP authenticateOrRejectWithChallenge"}, {/extractCredentials/, "Akka HTTP extractCredentials"}]
Akka HTTP auth directives
PLAY_AUTH_PATTERNS = [{/Authenticated\s*[\{\(]/, "Play Authenticated action"}, {/AuthenticatedAction/, "Play AuthenticatedAction"}, {/WithAuthentication/, "Play WithAuthentication"}, {/Security\.Authenticated/, "Play Security.Authenticated"}, {/deadbolt/, "Play Deadbolt authorization"}, {/SubjectPresent/, "Play Deadbolt SubjectPresent"}, {/Restrict\s*\(/, "Play Deadbolt Restrict"}, {/Dynamic\s*\(/, "Play Deadbolt Dynamic"}, {/silhouette\.SecuredAction/, "Play Silhouette SecuredAction"}, {/silhouette\.UserAwareAction/, "Play Silhouette UserAwareAction"}]
Play Framework auth patterns
SCALATRA_AUTH_PATTERNS = [{/basicAuth\s*\{/, "Scalatra basicAuth"}, {/scentry/, "Scalatra Scentry auth"}, {/isAuthenticated/, "Scalatra isAuthenticated check"}, {/userOption/, "Scalatra userOption check"}]
Scalatra auth patterns
Class methods
target_techs
Source