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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/wsse/
H A DBinarySecurityToken.java102 private String wsseNS = null; field in class:BinarySecurityToken
162 wsseNS = token.getNamespaceURI();
163 if ((wsseNS != null) && WSSEConstants.NS_WSSE_WSF11.equals(wsseNS)) {
165 } else if((wsseNS != null) && WSSEConstants.NS_WSSE.equals(wsseNS)) {
309 .append(":").append(WSSE).append("=\"").append(wsseNS)
410 Element securityE = doc.createElementNS(wsseNS,
414 WSSEConstants.TAG_XML_WSSE, wsseNS);
440 wsseNS
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/common/wsse/
H A DBinarySecurityToken.java102 private String wsseNS = null; field in class:BinarySecurityToken
162 wsseNS = token.getNamespaceURI();
163 if ((wsseNS != null) && WSSEConstants.NS_WSSE_WSF11.equals(wsseNS)) {
165 } else if((wsseNS != null) && WSSEConstants.NS_WSSE.equals(wsseNS)) {
309 .append(":").append(WSSE).append("=\"").append(wsseNS)
410 Element securityE = doc.createElementNS(wsseNS,
414 WSSEConstants.TAG_XML_WSSE, wsseNS);
440 wsseNS
[all...]

Completed in 40 milliseconds