Lines Matching defs:keystoreLocation
35 private String keystoreLocation;
46 * @param keystoreLocation location of keystore, in classpath or filesystem
49 public SoapSTSServerCryptoStateBuilder keystoreLocation(String keystoreLocation) {
50 this.keystoreLocation = keystoreLocation;
115 private final String keystoreLocation;
123 this.keystoreLocation = builder.keystoreLocation;
136 return keystoreLocation;
163 .keystoreLocation("sts-example-server.jks")