Interface AuthModulesProvider
-
- All Known Implementing Classes:
MainServerAuthModulesProviderImpl
public interface AuthModulesProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AuthModule<HttpAuthenticationScheme>>
getAvailableAuthModules()
Returns all available authentication modules.
-
-
-
Method Detail
-
getAvailableAuthModules
@NotNull List<AuthModule<HttpAuthenticationScheme>> getAvailableAuthModules()
Returns all available authentication modules.- Returns:
- see above
- Since:
- 10.0
-
-