Package | Description |
---|---|
com.splunk |
Modifier and Type | Method and Description |
---|---|
User |
UserCollection.create(String name,
String password,
String role)
Creates a new Splunk user from a username, password, and role.
|
User |
UserCollection.create(String name,
String password,
String[] roles)
Creates a new Splunk user from a username, password, and array of
roles.
|
User |
UserCollection.create(String name,
String password,
String[] roles,
Map args)
Creates a new Splunk user from a username, password, array of
roles, and additional arguments.
|
User |
UserCollection.create(String name,
String password,
String role,
Map args)
Creates a new Splunk user from a username, password, role, and
additional arguments.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.