Interface PopulateDefaultLoginCredentialsForImageStrategy

All Superinterfaces:
com.google.common.base.Function<Object,org.jclouds.domain.LoginCredentials>, Function<Object,org.jclouds.domain.LoginCredentials>
All Known Implementing Classes:
ReturnCredentialsBoundToImage

public interface PopulateDefaultLoginCredentialsForImageStrategy extends com.google.common.base.Function<Object,org.jclouds.domain.LoginCredentials>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jclouds.domain.LoginCredentials
    apply(Object image)
    Processes the cloud-specific resources to determine the login credentials.

    Methods inherited from interface com.google.common.base.Function

    equals

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Method Details

    • apply

      org.jclouds.domain.LoginCredentials apply(Object image)
      Processes the cloud-specific resources to determine the login credentials.
      Specified by:
      apply in interface com.google.common.base.Function<Object,org.jclouds.domain.LoginCredentials>
      Specified by:
      apply in interface Function<Object,org.jclouds.domain.LoginCredentials>
      Parameters:
      image - this is the cloud-specific representation of the image object.
      Returns:
      credentials parsed from the image if not null