Searched defs:SOAP_AGENT_PASSWORD_PARAM (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeploymentTest.java56 private static final String SOAP_AGENT_PASSWORD_PARAM = "soapAgentPassword"; field in class:CreateSoapSTSDeploymentTest
204 paramMap.put(SOAP_AGENT_PASSWORD_PARAM, SOAP_AGENT_PASSWORD_PARAM_VALUE);
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeploymentTest.java57 private static final String SOAP_AGENT_PASSWORD_PARAM = "soapAgentPassword"; field in class:CreateSoapSTSDeploymentTest
207 paramMap.put(SOAP_AGENT_PASSWORD_PARAM, SOAP_AGENT_PASSWORD_PARAM_VALUE);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeployment.java100 private static final String SOAP_AGENT_PASSWORD_PARAM = "soapAgentPassword"; field in class:CreateSoapSTSDeployment
168 String[] mandatoryParams = {REALM_PARAM, OPENAM_URL_PARAM, SOAP_AGENT_NAME_PARAM, SOAP_AGENT_PASSWORD_PARAM};
226 final String encryptedAgentPassword = encryptAgentPassword(agentPasswordEncryptionKey, getStringParam(mapParams, SOAP_AGENT_PASSWORD_PARAM));
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateSoapSTSDeployment.java102 private static final String SOAP_AGENT_PASSWORD_PARAM = "soapAgentPassword"; field in class:CreateSoapSTSDeployment
176 String[] mandatoryParams = {REALM_PARAM, OPENAM_URL_PARAM, SOAP_AGENT_NAME_PARAM, SOAP_AGENT_PASSWORD_PARAM};
234 final String encryptedAgentPassword = encryptAgentPassword(agentPasswordEncryptionKey, getStringParam(mapParams, SOAP_AGENT_PASSWORD_PARAM));

Completed in 91 milliseconds