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

/forgerock/openam/openam-samples/sts-example-code/
H A DSTSPublishContext.java32 public class STSPublishContext { class
110 public STSPublishContext build() {
111 return new STSPublishContext(this) ;
143 private STSPublishContext(STSPublishContextBuilder builder) { method in class:STSPublishContext
204 public static boolean publishSAML2(STSPublishContext stsPublishContext) {
208 public static boolean publishOIDC(STSPublishContext stsPublishContext) {
212 public static STSPublishContext buildDefaultPublishContext(String openAMKeystorePath, STSPublishContext.GeneratedTokenType generatedTokenType,
213 STSPublishContext.OIDCSigningAlgorithmType oidcSigningAlgorithmType) {
214 STSPublishContext
[all...]

Completed in 507 milliseconds