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

/forgerock/openam/openam-samples/sts-example-code/
H A DSTSPublishContext.java44 String amKeystorePath; //signed or encrypted SAML2/OIDC tokens need path to OpenAM keystore with test private-key-entry field in class:STSPublishContext.STSPublishContextBuilder
100 public STSPublishContextBuilder amKeystorePath(String amKeystorePath) { argument
101 this.amKeystorePath = amKeystorePath;
139 private final String amKeystorePath; field in class:STSPublishContext
153 this.amKeystorePath = builder.amKeystorePath;
197 return amKeystorePath;
218 .amKeystorePath(openAMKeystorePat
[all...]

Completed in 1112 milliseconds