| Package | Description |
|---|---|
| com.hpe.adm.nga.sdk | |
| com.hpe.adm.nga.sdk.authentication | |
| com.hpe.adm.nga.sdk.network.google |
| Constructor and Description |
|---|
Builder(Authentication authentication)
Creates a new Builder object using the correct authentication
|
Builder(Authentication authentication)
Creates a new Builder object using the correct authentication
|
Builder(Authentication authentication,
OctaneHttpClient octaneHttpClient)
Creates a new Builder object using the correct authentication
|
Builder(Authentication authentication,
OctaneHttpClient octaneHttpClient)
Creates a new Builder object using the correct authentication
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicAuthentication
Represents basic authentication
|
class |
JSONAuthentication
An abstract class to use the authentication with a mode set for implementing JSON Authentication
This can be overidden if the authentication details are kept obtained in a different manner
|
class |
SimpleBasicAuthentication
Basic implementation for using basic authentication with Octane.
|
class |
SimpleClientAuthentication
Default class to enable api key authentications
Created by brucesp on 23/05/2016.
|
class |
SimpleUserAuthentication
Default class to enable user authentications
Created by brucesp on 23/05/2016.
|
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
GoogleHttpClient.lastUsedAuthentication |
| Constructor and Description |
|---|
GoogleHttpClient(String urlDomain,
Authentication authentication) |
GoogleHttpClient(String urlDomain,
Authentication authentication,
Octane.OctaneCustomSettings settings)
Constructor accepting custom settings for the underlying http transport layer
|
Copyright © 2021 Micro Focus. All rights reserved.