Class AuthServiceBackendTestRequest.Builder
java.lang.Object
org.graylog.security.authservice.test.AuthServiceBackendTestRequest.Builder
- Enclosing class:
- AuthServiceBackendTestRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackendConfiguration(AuthServiceBackendDTO backendConfiguration) abstract AuthServiceBackendTestRequestbuild()create()userLogin(AuthServiceBackendTestRequest.UserLogin userLogin)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
create
-
backendId
-
backendConfiguration
public abstract AuthServiceBackendTestRequest.Builder backendConfiguration(AuthServiceBackendDTO backendConfiguration) -
userLogin
public abstract AuthServiceBackendTestRequest.Builder userLogin(@Nullable AuthServiceBackendTestRequest.UserLogin userLogin) -
build
-