public interface SecureCredentialsStore
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getSystemSecuredValues(java.lang.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
|
java.util.Map<java.lang.String,java.lang.String> |
getUserSecuredValues(java.lang.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.
|
java.util.Map<java.lang.String,java.lang.String> getSystemSecuredValues(java.lang.String externalSystemUniqueKey) throws InsufficientPrivilegesException, ObjectNotFoundException
externalSystemUniqueKey
- InsufficientPrivilegesException
ObjectNotFoundException
java.util.Map<java.lang.String,java.lang.String> getUserSecuredValues(java.lang.String externalSystemUniqueKey) throws InsufficientPrivilegesException, ObjectNotFoundException
externalSystemUniqueKey
- InsufficientPrivilegesException
ObjectNotFoundException
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.