Search

vRO intrinsic class com.vmware.vcac.authentication.sts.SsoEndpoint

Extends java.lang.Object

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

Attributes

Name Type Description
host String
isRest boolean
port Number
sslCertificate java.security.cert.X509Certificate

Methods

Name Returns
com.vmware.vcac.authentication.sts.SsoEndpoint(String , Number , java.security.cert.X509Certificate , boolean ) constructor

Returned by

Method Returns
com.vmware.vcac.core.componentregistry.rest.client.RestClientEndPointFactory.getSsoEndPointWhenAvailable() com.vmware.vcac.authentication.sts.SsoEndpoint

Referenced in

Method Returns
com.vmware.vcac.authentication.sts.TokenService.acquireActAsToken(Object , String , com.vmware.vcac.authentication.sts.SsoEndpoint ) Object
com.vmware.vcac.authentication.sts.TokenService.acquireActAsToken(String , String , String , com.vmware.vcac.authentication.sts.SsoEndpoint ) Object
com.vmware.vcac.authentication.sts.TokenService.acquireActAsToken(com.vmware.vcac.platform.security.scope.TokenHolder , com.vmware.vcac.authentication.sts.SsoEndpoint ) Object
com.vmware.vcac.authentication.sts.TokenService.acquireSolutionToken(String , com.vmware.vcac.authentication.sts.SsoEndpoint ) Object
com.vmware.vcac.authentication.sts.TokenService.acquireUserToken(String , String , String , com.vmware.vcac.authentication.sts.SsoEndpoint ) com.vmware.vcac.platform.security.scope.TokenHolder
com.vmware.vcac.authentication.sts.TokenService.localSolutionAuthentication(com.vmware.vcac.authentication.context.Tenant , com.vmware.vcac.authentication.sts.SsoEndpoint ) com.vmware.vcac.platform.rest.client.authentication.Authentication
com.vmware.vcac.authentication.sts.TokenService.localSolutionAuthenticationWithDelegationFor(com.vmware.vcac.authentication.context.Tenant , String , com.vmware.vcac.authentication.sts.SsoEndpoint ) com.vmware.vcac.platform.rest.client.authentication.Authentication
com.vmware.vcac.authentication.sts.TokenService.propagatingAuthenticationWithDelegationFor(com.vmware.vcac.platform.security.scope.TokenHolder , String , com.vmware.vcac.authentication.sts.SsoEndpoint ) com.vmware.vcac.platform.rest.client.authentication.Authentication
com.vmware.vcac.authentication.sts.TokenService.renewHoKToken(Object , String , com.vmware.vcac.authentication.sts.SsoEndpoint ) Object
com.vmware.vcac.authentication.sts.TokenService.renewHoKToken(com.vmware.vcac.platform.security.scope.TokenHolder , com.vmware.vcac.authentication.sts.SsoEndpoint ) Object
com.vmware.vcac.authentication.sts.TokenService.supports(com.vmware.vcac.authentication.sts.SsoEndpoint ) boolean