Class MainServerAuthModulesProviderImpl
- java.lang.Object
-
- jetbrains.buildServer.controllers.interceptors.auth.impl.MainServerAuthModulesProviderImpl
-
- All Implemented Interfaces:
AuthModulesProvider
public class MainServerAuthModulesProviderImpl extends Object implements AuthModulesProvider
-
-
Constructor Summary
Constructors Constructor Description MainServerAuthModulesProviderImpl(LoginConfiguration loginConfiguration, List<HttpAuthenticationScheme> predefinedAuthSchemes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AuthModule<HttpAuthenticationScheme>>
getAvailableAuthModules()
Returns all available authentication modules.
-
-
-
Constructor Detail
-
MainServerAuthModulesProviderImpl
public MainServerAuthModulesProviderImpl(@NotNull LoginConfiguration loginConfiguration, @NotNull List<HttpAuthenticationScheme> predefinedAuthSchemes)
-
-
Method Detail
-
getAvailableAuthModules
@NotNull public List<AuthModule<HttpAuthenticationScheme>> getAvailableAuthModules()
Description copied from interface:AuthModulesProvider
Returns all available authentication modules.- Specified by:
getAvailableAuthModules
in interfaceAuthModulesProvider
- Returns:
- see above
-
-