| Package | Description |
|---|---|
| com.vmware.vapi.metadata.authentication |
The
com.vmware.vapi.metadata.authentication package provides interfaces
that expose authentication information for operation elements across all the
service elements. |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationInfo |
AuthenticationInfo._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
AuthenticationInfo |
AuthenticationInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationInfo> |
ServiceInfo.getSchemes()
List of authentication schemes to be used for all the operation elements
contained in this service element.
|
List<AuthenticationInfo> |
PackageInfo.getSchemes()
List of authentication schemes to be used for all the operation elements
contained in this package element.
|
List<AuthenticationInfo> |
OperationInfo.getSchemes()
List of authentication schemes used by an operation element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInfo.setSchemes(List<AuthenticationInfo> schemes)
List of authentication schemes to be used for all the operation elements
contained in this service element.
|
void |
PackageInfo.setSchemes(List<AuthenticationInfo> schemes)
List of authentication schemes to be used for all the operation elements
contained in this package element.
|
void |
OperationInfo.setSchemes(List<AuthenticationInfo> schemes)
List of authentication schemes used by an operation element.
|
| Constructor and Description |
|---|
OperationInfo.Builder(List<AuthenticationInfo> schemes)
Constructor with parameters for the required properties of
OperationInfo. |
PackageInfo.Builder(List<AuthenticationInfo> schemes,
Map<String,ServiceInfo> services)
Constructor with parameters for the required properties of
PackageInfo. |
ServiceInfo.Builder(List<AuthenticationInfo> schemes,
Map<String,OperationInfo> operations)
Constructor with parameters for the required properties of
ServiceInfo. |
Copyright © 2016. All Rights Reserved.