Lines Matching refs:amKeystorePath
44 String amKeystorePath; //signed or encrypted SAML2/OIDC tokens need path to OpenAM keystore with test private-key-entry
100 public STSPublishContextBuilder amKeystorePath(String amKeystorePath) {
101 this.amKeystorePath = amKeystorePath;
139 private final String amKeystorePath;
153 this.amKeystorePath = builder.amKeystorePath;
197 return amKeystorePath;
218 .amKeystorePath(openAMKeystorePath)