Uses of Class
org.graylog.security.authservice.GlobalAuthServiceConfig
Packages that use GlobalAuthServiceConfig
Package
Description
-
Uses of GlobalAuthServiceConfig in org.graylog.security.authservice
Constructors in org.graylog.security.authservice with parameters of type GlobalAuthServiceConfigModifierConstructorDescriptionAuthServiceAuthenticator(GlobalAuthServiceConfig authServiceConfig, ProvisionerService provisionerService) AuthServiceBackendUsageCheck(GlobalAuthServiceConfig globalAuthServiceConfig, UserService userService) -
Uses of GlobalAuthServiceConfig in org.graylog.security.authservice.rest
Constructors in org.graylog.security.authservice.rest with parameters of type GlobalAuthServiceConfigModifierConstructorDescriptionAuthServiceBackendsResource(DBAuthServiceBackendService dbService, GlobalAuthServiceConfig globalAuthServiceConfig, PaginatedUserService userService, RoleService roleService, AuthServiceBackendUsageCheck usageCheck) AuthServicesResource(GlobalAuthServiceConfig authServiceConfig, DBAuthServiceBackendService backendService) GlobalAuthServiceConfigResource(GlobalAuthServiceConfig authServiceConfig) -
Uses of GlobalAuthServiceConfig in org.graylog2.rest.resources.roles
Constructors in org.graylog2.rest.resources.roles with parameters of type GlobalAuthServiceConfigModifierConstructorDescriptionRolesResource(RoleService roleService, GlobalAuthServiceConfig globalAuthServiceConfig) -
Uses of GlobalAuthServiceConfig in org.graylog2.rest.resources.users
Constructors in org.graylog2.rest.resources.users with parameters of type GlobalAuthServiceConfigModifierConstructorDescriptionUsersResource(UserManagementService userManagementService, PaginatedUserService paginatedUserService, AccessTokenService accessTokenService, RoleService roleService, MongoDBSessionService sessionService, UserSessionTerminationService sessionTerminationService, org.apache.shiro.mgt.DefaultSecurityManager securityManager, GlobalAuthServiceConfig globalAuthServiceConfig)