Search

Interface com.vmware.vim.sso.client.SamlToken

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

None

Methods

Name Returns
equals(Object ) boolean
getAdvice() Object[]
getAudience() java.util.Set
getConfirmationCertificate() java.security.cert.X509Certificate
getConfirmationType() com.vmware.vim.sso.client.ConfirmationType
getDelegationChain() Object[]
getExpirationTime() java.util.Date
getGroupList() Object[]
getId() String
getStartTime() java.util.Date
getSubject() com.vmware.vim.sso.PrincipalId
getSubjectNameId() com.vmware.vim.sso.client.SubjectNameId
hashCode() Number
isDelegable() boolean
isRenewable() boolean
isSolution() boolean

Returned by

Method Returns
com.vmware.vcac.authentication.sso.client.BaseSsoAuthentication.getDelegateToken() com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sso.client.BaseSsoAuthentication.getHoKToken() com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sso.client.SsoAuthentication.getDelegateToken() com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sso.client.SsoAuthentication.getHoKToken() com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sts.STSAdapter.acquireActAsToken(com.vmware.vim.sso.client.SamlToken , com.vmware.vcac.platform.security.CertificateHandle ) com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sts.STSAdapter.acquireDelegateToken(com.vmware.vim.sso.client.SamlToken , com.vmware.vcac.platform.security.CertificateHandle , com.vmware.vim.sso.client.TokenSpec ) com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sts.STSAdapter.acquireHokToken(String , String , com.vmware.vcac.platform.security.CertificateHandle ) com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sts.STSAdapter.acquireHokToken(String , String , com.vmware.vcac.platform.security.CertificateHandle , com.vmware.vim.sso.client.TokenSpec ) com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sts.STSAdapter.acquireSolutionToken(com.vmware.vcac.platform.security.CertificateHandle ) com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sts.STSAdapter.acquireToken(String , String ) com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sts.STSAdapter.renewHoKToken(com.vmware.vim.sso.client.SamlToken , com.vmware.vcac.platform.security.CertificateHandle ) com.vmware.vim.sso.client.SamlToken
com.vmware.vim.sso.client.TokenSpec$DelegationSpec.getActAsToken() com.vmware.vim.sso.client.SamlToken
com.vmware.vim.vmomi.core.security.SignInfo.getSamlToken() com.vmware.vim.sso.client.SamlToken

Referenced in

Method Returns
com.vmware.cafe.CafeService.isTokenExpired(com.vmware.vim.sso.client.SamlToken ) boolean
com.vmware.vcac.authentication.sso.client.SsoAuthentication.(com.vmware.vim.sso.client.SamlToken , java.security.PrivateKey ) void
com.vmware.vcac.authentication.sts.STSAdapter.acquireActAsToken(com.vmware.vim.sso.client.SamlToken , com.vmware.vcac.platform.security.CertificateHandle ) com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sts.STSAdapter.acquireDelegateToken(com.vmware.vim.sso.client.SamlToken , com.vmware.vcac.platform.security.CertificateHandle , com.vmware.vim.sso.client.TokenSpec ) com.vmware.vim.sso.client.SamlToken
com.vmware.vcac.authentication.sts.STSAdapter.renewHoKToken(com.vmware.vim.sso.client.SamlToken , com.vmware.vcac.platform.security.CertificateHandle ) com.vmware.vim.sso.client.SamlToken
com.vmware.vim.sso.client.TokenSpec$DelegationSpec.(com.vmware.vim.sso.client.SamlToken , boolean ) void