Searched refs:encodingType (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/wsse/
H A DBinarySecurityToken.java86 private QName encodingType = null; field in class:BinarySecurityToken
113 * and encoded in the specified <code>encodingType</code>.
116 * @param encodingType encoding type of the value
122 QName encodingType)
125 if (value == null || valueType == null || encodingType == null) {
131 this.encodingType = encodingType;
194 encodingType = (QName)
208 if (encodingType == null) {
265 return encodingType;
120 BinarySecurityToken(String value, QName valueType, QName encodingType) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/wsse/
H A DBinarySecurityToken.java86 private QName encodingType = null; field in class:BinarySecurityToken
113 * and encoded in the specified <code>encodingType</code>.
116 * @param encodingType encoding type of the value
122 QName encodingType)
125 if (value == null || valueType == null || encodingType == null) {
131 this.encodingType = encodingType;
194 encodingType = (QName)
208 if (encodingType == null) {
265 return encodingType;
120 BinarySecurityToken(String value, QName valueType, QName encodingType) argument
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DPasswordValidator.java176 String encodingType = "UTF-8";
178 + URLEncoder.encode(agentUserName, encodingType)
180 + URLEncoder.encode(agentUserPasswd, encodingType)
181 + "&uri=" + URLEncoder.encode("realm=/&module=Application", encodingType);
296 String encodingType = "UTF-8";
298 + URLEncoder.encode(agentUserName, encodingType)
300 + URLEncoder.encode(agentUserPasswd, encodingType)
301 + "&uri=" + URLEncoder.encode("realm=/&module=Application", encodingType);

Completed in 45 milliseconds