Searched defs:encryptSecret (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DImportServiceConfiguration.java94 String encryptSecret = getStringOptionValue(IArgument.ENCRYPT_SECRET);
96 encryptSecret = CLIUtil.getFileContent(getCommandManager(), encryptSecret).trim();
98 //There is no encryptSecret file
100 validateEncryptSecret(xmlFile, encryptSecret);
142 importData(xmlFile, encryptSecret, ssoToken);
147 importData(xmlFile, encryptSecret, ssoToken);
252 String encryptSecret,
268 ((ConfigurableKey)encryptObj).setPassword(encryptSecret);
346 private void validateEncryptSecret(String xmlFile, String encryptSecret) argument
250 importData( String xmlFile, String encryptSecret, SSOToken ssoToken ) argument
[all...]
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/schema/
H A DImportServiceConfiguration.java94 String encryptSecret = getStringOptionValue(IArgument.ENCRYPT_SECRET);
96 encryptSecret = CLIUtil.getFileContent(getCommandManager(), encryptSecret).trim();
98 //There is no encryptSecret file
100 validateEncryptSecret(xmlFile, encryptSecret);
145 importData(xmlFile, encryptSecret, ssoToken);
150 importData(xmlFile, encryptSecret, ssoToken);
255 String encryptSecret,
271 ((ConfigurableKey)encryptObj).setPassword(encryptSecret);
349 private void validateEncryptSecret(String xmlFile, String encryptSecret) argument
253 importData( String xmlFile, String encryptSecret, SSOToken ssoToken ) argument
[all...]

Completed in 22 milliseconds