Search

vRO intrinsic class com.vmware.vcac.core.componentregistry.rest.client.service.EndpointService

Extends com.vmware.vcac.core.componentregistry.rest.client.service.BaseRegistryService

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

Name Type Description
ENDPOINT_TYPE_URL String
IDENTITY_TOKEN_ENDPOINT_TYPE_URL String
SSO_ENDPOINT_TYPE_URL String

Methods

Name Returns
com.vmware.vcac.core.componentregistry.rest.client.service.EndpointService(com.vmware.vcac.platform.rest.client.RestClient ) constructor
getAllEndPoints(org.springframework.data.domain.Pageable ) com.vmware.vcac.platform.rest.data.PagedResources
getAllEndPointsForEndPointType(org.springframework.data.domain.Pageable , String ) com.vmware.vcac.platform.rest.data.PagedResources
getAllEndpointTypes(org.springframework.data.domain.Pageable ) Object[]
getDefaultEndPointForEndPointType(String ) com.vmware.vcac.componentregistry.rest.stubs.EndPoint
getEndPoint(String ) com.vmware.vcac.componentregistry.rest.stubs.EndPoint
getEndPoint(java.net.URI ) com.vmware.vcac.componentregistry.rest.stubs.EndPoint
getIdentityTokenServiceEndPoint() com.vmware.vcac.componentregistry.rest.stubs.EndPoint
getSsoEndPoint() com.vmware.vcac.componentregistry.rest.stubs.EndPoint
removeEndPoint(String ) void
updateEndPoint(com.vmware.vcac.componentregistry.rest.stubs.EndPoint ) void

Returned by

Method Returns
ch.dunes.vso.sdk.cafe.CafeGateway.getEndPointService() com.vmware.vcac.core.componentregistry.rest.client.service.EndpointService
com.vmware.vcac.core.componentregistry.rest.client.RestClientEndPointFactory.getEndPointService(com.vmware.vcac.platform.rest.client.authentication.Authentication ) com.vmware.vcac.core.componentregistry.rest.client.service.EndpointService

Referenced in

None