Search
Plugins
>
Intrinsics 1.0.0
>
com.vmware.vcac.platform.security.scope.TokenHolder
>
vRO intrinsic class com.vmware.vcac.platform.security.scope.TokenHolder
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
com.vmware.vcac.platform.security.scope.TokenHolder(
com.vmware.vcac.authentication.context.Tenant
,
Object
)
constructor
getTenant
()
com.vmware.vcac.authentication.context.Tenant
getToken
()
Object
Returned by
Method
Returns
com.vmware.vcac.authentication.sts.TokenService.acquireUserToken
(
String
,
String
,
String
,
com.vmware.vcac.authentication.sts.SsoEndpoint
)
com.vmware.vcac.platform.security.scope.TokenHolder
Referenced in
Method
Returns
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.getExpirationTime
(
com.vmware.vcac.platform.security.scope.TokenHolder
)
java.util.Date
com.vmware.vcac.authentication.sts.TokenService.getPrincipal
(
com.vmware.vcac.platform.security.scope.TokenHolder
)
String
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
(
com.vmware.vcac.platform.security.scope.TokenHolder
,
com.vmware.vcac.authentication.sts.SsoEndpoint
)
Object
com.vmware.vcac.authentication.sts.TokenService.serializeToken
(
com.vmware.vcac.platform.security.scope.TokenHolder
)
String
com.vmware.vcac.authentication.sts.TokenService.supports
(
com.vmware.vcac.platform.security.scope.TokenHolder
)
boolean