Package | Description |
---|---|
org.ovirt.engine.sdk |
Modifier and Type | Method and Description |
---|---|
ApiBuilder |
ApiBuilder.debug(Boolean debug)
Enables or disables debug output.
|
ApiBuilder |
ApiBuilder.filter(Boolean filter)
If set to
true enables the user mode API, where users will only see the objects that they have
permissions for. |
ApiBuilder |
ApiBuilder.kerberos(Boolean kerberos)
Enables or disables Kerberos authentication.
|
ApiBuilder |
ApiBuilder.keyStorePassword(String keyStorePassword)
Sets the password used to decrypt the key store file indicated by the
keyStorePath method. |
ApiBuilder |
ApiBuilder.keyStorePath(String keyStorePath)
Sets the location of the file containing the CA certificates used to verify the certificate presented by the
server.
|
ApiBuilder |
ApiBuilder.noHostVerification(Boolean noHostVerification)
Enables or disables verification of the host name inside the SSL certificate presented by the server.
|
ApiBuilder |
ApiBuilder.password(String password)
Sets the password that will be used to authenticate to the server.
|
ApiBuilder |
ApiBuilder.persistentAuth(Boolean persistentAuth)
Enables or disables persistent authentication using cookies.
|
ApiBuilder |
ApiBuilder.requestTimeout(Integer requestTimeout)
Sets the timeout (in seconds) using when waiting for responses from the server.
|
ApiBuilder |
ApiBuilder.sessionId(String sessionId)
Sets the session identifier that will be used when sending requests to the server.
|
ApiBuilder |
ApiBuilder.sessionTimeout(Integer sessionTimeout)
Sets the timeout (in minutes) of the session with the server.
|
ApiBuilder |
ApiBuilder.url(String url)
Sets the URL that will be used to build the API object, for example
https://ovirt.example.com/ovirt-engine/api . |
ApiBuilder |
ApiBuilder.user(String user)
Sets the name of the user that will be used to authenticate to the server, for example
admin@internal . |
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0