Class DosetaKeyRepository

    • Constructor Detail

      • DosetaKeyRepository

        public DosetaKeyRepository()
    • Method Detail

      • start

        public void start()
      • getDefaultPrivateSelector

        public String getDefaultPrivateSelector()
        Description copied from interface: KeyRepository
        What should be the default selector to use when creating signature header
        Specified by:
        getDefaultPrivateSelector in interface KeyRepository
        Returns:
        null if none
      • getKeyStorePath

        public String getKeyStorePath()
      • setKeyStorePath

        public void setKeyStorePath​(String keyStorePath)
      • getKeyStoreFile

        public String getKeyStoreFile()
      • setKeyStoreFile

        public void setKeyStoreFile​(String keyStoreFile)
      • getKeyStorePassword

        public String getKeyStorePassword()
      • setKeyStorePassword

        public void setKeyStorePassword​(String keyStorePassword)
      • getDefaultPrivateDomain

        public String getDefaultPrivateDomain()
        Description copied from interface: KeyRepository
        What should be the default domain to use when creating signature header
        Specified by:
        getDefaultPrivateDomain in interface KeyRepository
        Returns:
        null if none
      • setDefaultPrivateDomain

        public void setDefaultPrivateDomain​(String defaultPrivateDomain)
      • isUseDns

        public boolean isUseDns()
      • setUseDns

        public void setUseDns​(boolean useDns)
      • isUserPrincipalAsPrivateSelector

        public boolean isUserPrincipalAsPrivateSelector()
      • setUserPrincipalAsPrivateSelector

        public void setUserPrincipalAsPrivateSelector​(boolean userPrincipalAsPrivateSelector)
      • getDnsUri

        public String getDnsUri()
      • setDnsUri

        public void setDnsUri​(String dnsUri)
      • getCacheTimeout

        public long getCacheTimeout()
      • setCacheTimeout

        public void setCacheTimeout​(long cacheTimeout)