JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.auth

Class SignerFactory



  • public final class SignerFactory
    extends Object 
    Signer factory.
    • Method Detail

      • registerSigner

        public static void registerSigner(String signerType,
         Class<? extends Signer> signerClass)
        Register an implementation class for the given signer type.
        Parameters:
        signerType - The name of the signer type to register.
        signerClass - The class implementing the given signature protocol.
      • getSigner

        public static Signer getSigner(String serviceName,
         String regionName)
        Returns a non-null signer for the specified service and region according to the internal configuration which provides a basic default algorithm used for signer determination.
        Parameters:
        serviceName - The name of the service to talk to.
        regionName - The name of the region to talk to; not necessarily the region used for signing.
      • getSignerByTypeAndService

        public static Signer getSignerByTypeAndService(String signerType,
         String serviceName)
        Returns an instance of the given signer type and configures it with the given service name (if applicable).
        Parameters:
        signerType - The type of signer to create.
        serviceName - The name of the service to configure on the signer.
        Returns:
        a non-null signer.
      • createSigner

        public static Signer createSigner(String signerType,
         SignerParams params)
        Create an instance of the given signer type and initialize it with the given parameters.
        Parameters:
        signerType - The signer type.
        params - The parameters to intialize the signer with.
        Returns:
        The new signer instance.
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /