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(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, 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. |
static AuthenticationInfo |
AuthenticationInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
AuthenticationInfo |
AuthenticationInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AuthenticationInfo> |
OperationInfo.getSchemes()
List of authentication schemes used by an operation element.
|
java.util.List<AuthenticationInfo> |
PackageInfo.getSchemes()
List of authentication schemes to be used for all the operation elements
contained in this package element.
|
java.util.List<AuthenticationInfo> |
ServiceInfo.getSchemes()
List of authentication schemes to be used for all the operation elements
contained in this service element.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationInfo.setSchemes(java.util.List<AuthenticationInfo> schemes)
List of authentication schemes used by an operation element.
|
void |
PackageInfo.setSchemes(java.util.List<AuthenticationInfo> schemes)
List of authentication schemes to be used for all the operation elements
contained in this package element.
|
void |
ServiceInfo.setSchemes(java.util.List<AuthenticationInfo> schemes)
List of authentication schemes to be used for all the operation elements
contained in this service element.
|
Constructor and Description |
---|
Builder(java.util.List<AuthenticationInfo> schemes)
Constructor with parameters for the required properties of
OperationInfo . |
Builder(java.util.List<AuthenticationInfo> schemes,
java.util.Map<java.lang.String,OperationInfo> operations)
Constructor with parameters for the required properties of
ServiceInfo . |
Builder(java.util.List<AuthenticationInfo> schemes,
java.util.Map<java.lang.String,ServiceInfo> services)
Constructor with parameters for the required properties of
PackageInfo . |