Uses of Class
jetbrains.buildServer.web.util.PathModifiers
-
Packages that use PathModifiers Package Description jetbrains.buildServer.controllers.interceptors.auth.impl jetbrains.buildServer.controllers.interceptors.auth.presigned.impl -
-
Uses of PathModifiers in jetbrains.buildServer.controllers.interceptors.auth.impl
Constructors in jetbrains.buildServer.controllers.interceptors.auth.impl with parameters of type PathModifiers Constructor Description BasicHttpAuthenticationScheme(LoginConfiguration loginConfiguration, ServerLoginModel serverLoginModel, PathModifiers pathModifiers)
GuestHttpAuthenticationScheme(WebLoginModel loginModel, PathModifiers pathModifiers)
-
Uses of PathModifiers in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl
Constructors in jetbrains.buildServer.controllers.interceptors.auth.presigned.impl with parameters of type PathModifiers Constructor Description PresignedTokenHttpAuthenticationScheme(PresignedArtifactLinksManager presignedArtifactLinksManager, PresignedTokenStorage presignedTokenStorage, ServerSettings serverSettings, ServerLoginModel serverLoginModel, PathModifiers pathModifiers)
-