Interface SecureCredentialsStore


public interface SecureCredentialsStore
  • Method Summary

    Modifier and Type
    Method
    Description
    getSystemSecuredValues(String externalSystemUniqueKey)
    Returns a map of the system-wide keys and values for the external system identified by the given key; the values are stored in the map in unencrypted form
    getUserSecuredValues(String externalSystemUniqueKey)
    Returns a map of keys and values for the external system identified by the given key for the current user; the values are stored in the map in unencrypted form.