Uses of Class
org.graylog.security.authservice.AuthServiceBackendDTO
Packages that use AuthServiceBackendDTO
Package
Description
-
Uses of AuthServiceBackendDTO in org.graylog.security.authservice
Methods in org.graylog.security.authservice that return AuthServiceBackendDTOModifier and TypeMethodDescriptionabstract AuthServiceBackendDTOAuthServiceBackendDTO.Builder.build()AuthServiceBackend.prepareConfigUpdate(AuthServiceBackendDTO existingBackend, AuthServiceBackendDTO newBackend) DBAuthServiceBackendService.save(AuthServiceBackendDTO newBackend) Methods in org.graylog.security.authservice that return types with arguments of type AuthServiceBackendDTOModifier and TypeMethodDescriptionDBAuthServiceBackendService.findPaginated(PaginationParameters params, Predicate<AuthServiceBackendDTO> filter) GlobalAuthServiceConfig.getActiveBackendConfig()Methods in org.graylog.security.authservice with parameters of type AuthServiceBackendDTOModifier and TypeMethodDescriptionAuthServiceBackend.Factory.create(AuthServiceBackendDTO backend) AuthServiceBackend.prepareConfigUpdate(AuthServiceBackendDTO existingBackend, AuthServiceBackendDTO newBackend) DBAuthServiceBackendService.save(AuthServiceBackendDTO newBackend) AuthServiceBackend.testConnection(AuthServiceBackendDTO existingConfig) AuthServiceBackend.testLogin(AuthServiceCredentials credentials, AuthServiceBackendDTO existingConfig) Method parameters in org.graylog.security.authservice with type arguments of type AuthServiceBackendDTOModifier and TypeMethodDescriptionDBAuthServiceBackendService.findPaginated(PaginationParameters params, Predicate<AuthServiceBackendDTO> filter) -
Uses of AuthServiceBackendDTO in org.graylog.security.authservice.backend
Methods in org.graylog.security.authservice.backend that return AuthServiceBackendDTOModifier and TypeMethodDescriptionADAuthServiceBackend.prepareConfigUpdate(AuthServiceBackendDTO existingBackend, AuthServiceBackendDTO newBackend) LDAPAuthServiceBackend.prepareConfigUpdate(AuthServiceBackendDTO existingBackend, AuthServiceBackendDTO newBackend) MongoDBAuthServiceBackend.prepareConfigUpdate(AuthServiceBackendDTO existingBackend, AuthServiceBackendDTO newBackend) Methods in org.graylog.security.authservice.backend with parameters of type AuthServiceBackendDTOModifier and TypeMethodDescriptionADAuthServiceBackend.Factory.create(AuthServiceBackendDTO backend) LDAPAuthServiceBackend.Factory.create(AuthServiceBackendDTO backend) ADAuthServiceBackend.prepareConfigUpdate(AuthServiceBackendDTO existingBackend, AuthServiceBackendDTO newBackend) LDAPAuthServiceBackend.prepareConfigUpdate(AuthServiceBackendDTO existingBackend, AuthServiceBackendDTO newBackend) MongoDBAuthServiceBackend.prepareConfigUpdate(AuthServiceBackendDTO existingBackend, AuthServiceBackendDTO newBackend) ADAuthServiceBackend.testConnection(AuthServiceBackendDTO existingBackendConfig) LDAPAuthServiceBackend.testConnection(AuthServiceBackendDTO existingBackendConfig) MongoDBAuthServiceBackend.testConnection(AuthServiceBackendDTO existingBackendConfig) ADAuthServiceBackend.testLogin(AuthServiceCredentials credentials, AuthServiceBackendDTO existingBackendConfig) LDAPAuthServiceBackend.testLogin(AuthServiceCredentials credentials, AuthServiceBackendDTO existingBackendConfig) MongoDBAuthServiceBackend.testLogin(AuthServiceCredentials credentials, AuthServiceBackendDTO existingConfig) Constructors in org.graylog.security.authservice.backend with parameters of type AuthServiceBackendDTOModifierConstructorDescriptionADAuthServiceBackend(UnboundLDAPConnector ldapConnector, AuthServiceBackendDTO backend) LDAPAuthServiceBackend(UnboundLDAPConnector ldapConnector, AuthServiceBackendDTO backend) -
Uses of AuthServiceBackendDTO in org.graylog.security.authservice.rest
Methods in org.graylog.security.authservice.rest that return types with arguments of type AuthServiceBackendDTOModifier and TypeMethodDescriptionAuthServiceBackendsResource.list(PaginationParameters paginationParameters) Methods in org.graylog.security.authservice.rest with parameters of type AuthServiceBackendDTOModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseAuthServiceBackendsResource.create(@NotNull AuthServiceBackendDTO newConfig) javax.ws.rs.core.ResponseAuthServiceBackendsResource.update(@NotBlank String backendId, @NotNull AuthServiceBackendDTO updatedConfig) -
Uses of AuthServiceBackendDTO in org.graylog.security.authservice.test
Methods in org.graylog.security.authservice.test that return AuthServiceBackendDTOModifier and TypeMethodDescriptionabstract AuthServiceBackendDTOAuthServiceBackendTestRequest.backendConfiguration()Methods in org.graylog.security.authservice.test with parameters of type AuthServiceBackendDTOModifier and TypeMethodDescriptionAuthServiceBackendTestRequest.Builder.backendConfiguration(AuthServiceBackendDTO backendConfiguration) -
Uses of AuthServiceBackendDTO in org.graylog2.migrations
Methods in org.graylog2.migrations with parameters of type AuthServiceBackendDTOModifier and TypeMethodDescriptionvoidV20201103145400_LegacyAuthServiceMigration.MigrationModule.upgrade(org.bson.Document document, AuthServiceBackendDTO authServiceConfig)