Uses of Class
org.graylog.security.authservice.test.AuthServiceBackendTestResult
Packages that use AuthServiceBackendTestResult
Package
Description
-
Uses of AuthServiceBackendTestResult in org.graylog.security.authservice
Methods in org.graylog.security.authservice that return AuthServiceBackendTestResultModifier and TypeMethodDescriptionAuthServiceBackend.testConnection(AuthServiceBackendDTO existingConfig) AuthServiceBackend.testLogin(AuthServiceCredentials credentials, AuthServiceBackendDTO existingConfig) -
Uses of AuthServiceBackendTestResult in org.graylog.security.authservice.backend
Methods in org.graylog.security.authservice.backend that return AuthServiceBackendTestResultModifier and TypeMethodDescriptionADAuthServiceBackend.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) -
Uses of AuthServiceBackendTestResult in org.graylog.security.authservice.test
Methods in org.graylog.security.authservice.test that return AuthServiceBackendTestResultModifier and TypeMethodDescriptionabstract AuthServiceBackendTestResultAuthServiceBackendTestResult.Builder.build()static AuthServiceBackendTestResultAuthServiceBackendTestResult.createFailure(String message) static AuthServiceBackendTestResultAuthServiceBackendTestResult.createFailure(String message, List<String> errors) static AuthServiceBackendTestResultAuthServiceBackendTestResult.createFailure(String message, List<String> errors, Map<String, Object> result) static AuthServiceBackendTestResultAuthServiceBackendTestResult.createFailure(String message, Map<String, Object> result) static AuthServiceBackendTestResultAuthServiceBackendTestResult.createSuccess(String message) static AuthServiceBackendTestResultAuthServiceBackendTestResult.createSuccess(String message, Map<String, Object> result) AuthServiceBackendTestService.testConnection(AuthServiceBackendTestRequest request) AuthServiceBackendTestService.testLogin(AuthServiceBackendTestRequest request)