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 SubscriptionInfo.AuthenticationMethod |
SubscriptionInfo.AuthenticationMethod.BASIC
Require HTTP Basic authentication matching a specified username and password.
|
static SubscriptionInfo.AuthenticationMethod |
SubscriptionInfo.AuthenticationMethod.NONE
Require no authentication.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionInfo.AuthenticationMethod |
SubscriptionInfo.getAuthenticationMethod()
Indicate how the subscribed library should authenticate (BASIC, NONE) with the
published library endpoint.
|
static SubscriptionInfo.AuthenticationMethod |
SubscriptionInfo.AuthenticationMethod.valueOf(String name)
Returns the enumeration constant for the specified name.
|
static SubscriptionInfo.AuthenticationMethod[] |
SubscriptionInfo.AuthenticationMethod.values()
Retrieve all enumeration constants pre-defined by this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionInfo.setAuthenticationMethod(SubscriptionInfo.AuthenticationMethod authenticationMethod)
Indicate how the subscribed library should authenticate (BASIC, NONE) with the
published library endpoint.
|
Copyright © 2015. All Rights Reserved.