You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-ws-security/src/main/java/org/springframework/ws/soap/security/wss4j2/Wss4jSecurityInterceptor.java
+13-13
Original file line number
Diff line number
Diff line change
@@ -219,19 +219,6 @@ public Wss4jSecurityInterceptor(WSSecurityEngine securityEngine) {
219
219
this.securityEngine = securityEngine;
220
220
}
221
221
222
-
/**
223
-
* Certificate constraints which will be applied to the subject DN of the certificate used for
224
-
* signature validation, after trust verification of the certificate chain associated with the
225
-
* certificate.
226
-
*
227
-
* @param patterns A list of regex patterns which will be applied to the subject DN.
0 commit comments