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 | Method and Description |
---|---|
PublishInfo.Builder |
PublishInfo.Builder.setAuthenticationMethod(PublishInfo.AuthenticationMethod authenticationMethod)
Indicates how a subscribed library should authenticate (BASIC, NONE) to the
published library endpoint.
|
PublishInfo.Builder |
PublishInfo.Builder.setCurrentPassword(char[] currentPassword)
The current password to verify.
|
PublishInfo.Builder |
PublishInfo.Builder.setPassword(char[] password)
The new password to require for authentication.
|
PublishInfo.Builder |
PublishInfo.Builder.setPersistJsonEnabled(java.lang.Boolean persistJsonEnabled)
Whether library and library item metadata are persisted in the storage backing
as JSON files.
|
PublishInfo.Builder |
PublishInfo.Builder.setPublished(java.lang.Boolean published)
Whether the local library is published.
|
PublishInfo.Builder |
PublishInfo.Builder.setPublishUrl(java.net.URI publishUrl)
The URL to which the library metadata is published by the Content Library
Service.
|
PublishInfo.Builder |
PublishInfo.Builder.setUserName(java.lang.String userName)
The username to require for authentication.
|