Package | Description |
---|---|
com.vmware.content.library |
The Content Library package provides classes and interfaces for defining and
managing the library's items, subscription, publication, and storage.
|
Modifier and Type | Field and Description |
---|---|
static PublishInfo.AuthenticationMethod |
PublishInfo.AuthenticationMethod.BASIC
Require HTTP Basic authentication matching a specified username and password.
|
static PublishInfo.AuthenticationMethod |
PublishInfo.AuthenticationMethod.NONE
Require no authentication.
|
Modifier and Type | Method and Description |
---|---|
PublishInfo.AuthenticationMethod |
PublishInfo.getAuthenticationMethod()
Indicates how a subscribed library should authenticate (BASIC, NONE) to the
published library endpoint.
|
static PublishInfo.AuthenticationMethod |
PublishInfo.AuthenticationMethod.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static PublishInfo.AuthenticationMethod[] |
PublishInfo.AuthenticationMethod.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
PublishInfo.setAuthenticationMethod(PublishInfo.AuthenticationMethod authenticationMethod)
Indicates how a subscribed library should authenticate (BASIC, NONE) to the
published library endpoint.
|
Copyright © 2015. All Rights Reserved.