Methods in com.splunk that return Service |
static Service |
Service.connect(java.util.Map<java.lang.String,java.lang.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(java.lang.String username,
java.lang.String password)
Authenticates the Service instance with a specified username and
password. |
Service |
Service.logout()
Forgets the current session token. |