Package | Description |
---|---|
com.splunk |
Modifier and Type | Field and Description |
---|---|
protected Service |
Resource.service |
Modifier and Type | Method and Description |
---|---|
static Service |
Service.connect(Map<String,Object> args)
Establishes a connection to a Splunk service using a map of arguments.
|
Service |
Resource.getService()
Returns the
Service instance this resource is connected to. |
Service |
Service.login()
Authenticates the
Service instance with the username and password
that were specified when the instance was created. |
Service |
Service.login(String username,
String password)
Authenticates the
Service instance with a specified username and
password. |
Service |
Service.logout()
Forgets the current session token.
|
Constructor and Description |
---|
Entity(Service service,
String path)
Class constructor.
|
EntityCollection(Service service,
String path,
Class itemClass,
Args args)
Class constructor.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.