Package | Description |
---|---|
com.vmware.vcenter.trusted_infrastructure |
The
com.vmware.vcenter.trusted_infrastructure package provides
interfaces that enable a Trusted Infrastructure. |
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters |
The
com.vmware.vcenter.trusted_infrastructure.trust_authority_clusters
package provides the Trust Authority Components. |
Modifier and Type | Method and Description |
---|---|
static StsPrincipal |
StsPrincipal._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 StsPrincipal |
StsPrincipal._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
StsPrincipal |
StsPrincipal.Builder.build() |
StsPrincipal |
PrincipalTypes.Info.getPrincipal()
The principal used by this vCenter instance to retrieve tokens.
|
Modifier and Type | Method and Description |
---|---|
void |
PrincipalTypes.Info.setPrincipal(StsPrincipal principal)
The principal used by this vCenter instance to retrieve tokens.
|
Constructor and Description |
---|
Builder(java.util.List<X509CertChain> certificates,
java.lang.String issuer,
StsPrincipal principal,
java.lang.String name)
Constructor with parameters for the required properties of
PrincipalTypes.Info . |
Modifier and Type | Method and Description |
---|---|
StsPrincipal |
ConsumerPrincipalsTypes.CreateSpec.getPrincipal()
The principal used by the vCenter to retrieve tokens.
|
StsPrincipal |
ConsumerPrincipalsTypes.Info.getPrincipal()
The principal used by the vCenter to retrieve tokens.
|
StsPrincipal |
ConsumerPrincipalsTypes.Summary.getPrincipal()
The principal used by the vCenter to retrieve tokens.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StsPrincipal> |
ConsumerPrincipalsTypes.FilterSpec.getPrincipals()
The principal used by the vCenter to retrieve tokens.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsumerPrincipalsTypes.CreateSpec.setPrincipal(StsPrincipal principal)
The principal used by the vCenter to retrieve tokens.
|
void |
ConsumerPrincipalsTypes.Info.setPrincipal(StsPrincipal principal)
The principal used by the vCenter to retrieve tokens.
|
void |
ConsumerPrincipalsTypes.Summary.setPrincipal(StsPrincipal principal)
The principal used by the vCenter to retrieve tokens.
|
Modifier and Type | Method and Description |
---|---|
void |
ConsumerPrincipalsTypes.FilterSpec.setPrincipals(java.util.List<StsPrincipal> principals)
The principal used by the vCenter to retrieve tokens.
|
ConsumerPrincipalsTypes.FilterSpec.Builder |
ConsumerPrincipalsTypes.FilterSpec.Builder.setPrincipals(java.util.List<StsPrincipal> principals)
The principal used by the vCenter to retrieve tokens.
|
Constructor and Description |
---|
Builder(java.util.List<X509CertChain> certificates,
java.lang.String issuerAlias,
java.lang.String issuer,
StsPrincipal principal)
Constructor with parameters for the required properties of
ConsumerPrincipalsTypes.CreateSpec . |
Builder(java.lang.String id,
StsPrincipal principal,
java.lang.String issuerAlias,
java.lang.String issuer)
Constructor with parameters for the required properties of
ConsumerPrincipalsTypes.Summary . |
Builder(java.lang.String id,
StsPrincipal principal,
java.lang.String issuerAlias,
java.lang.String issuer,
java.util.List<X509CertChain> certificates,
ConsumerPrincipalsTypes.Health health)
Constructor with parameters for the required properties of
ConsumerPrincipalsTypes.Info . |