Interface IKeyTar

  • All Known Implementing Classes:
    KeyTarImpl

    public interface IKeyTar
    Interface that describes the contract for KeyTar processing
    Version:
    4.0
    Author:
    Frank Giordano
    • Method Detail

      • getKeyTarValue

        String getKeyTarValue()
        Describes the method that will return KeyTar value from KeyTar processing done
        Returns:
        keyValue string containing KeyTar JSON representation
      • setAccountName

        void setAccountName​(String accountName)
        Set the required service name used for OS credential store querying
        Parameters:
        accountName - string value used for OS credential store querying
      • setServiceName

        void setServiceName​(String serviceName)
        Set the required account name used for OS credential store querying
        Parameters:
        serviceName - string value used for OS credential store querying