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

/forgerock/openam/openam-samples/sts-example-code/
H A DRestSTSInstanceConfigFactory.java60 STSPublishContext stsPublishContext) throws IOException {
61 return createRestSTSInstanceConfig(urlElement, realm, stsPublishContext, CustomTokenOperationContext.builder().build());
71 * @param stsPublishContext Determines what sort of tokens the published sts instance will produce
78 STSPublishContext stsPublishContext,
118 if (stsPublishContext.getClientCertHeaderName() != null) {
123 .offloadedTwoWayTLSHeaderKey(stsPublishContext.getClientCertHeaderName())
131 if (publishSAML2(stsPublishContext)) {
132 saml2Config = buildSAML2Config(stsPublishContext, attributeMapping);
136 if (publishOIDC(stsPublishContext)) {
137 if (STSPublishContext.OIDCSigningAlgorithmType.RSA.equals(stsPublishContext
59 createRestSTSInstanceConfig(String urlElement, String realm, STSPublishContext stsPublishContext) argument
77 createRestSTSInstanceConfig(String urlElement, String realm, STSPublishContext stsPublishContext, CustomTokenOperationContext customTokenOperationContext) argument
[all...]
H A DSTSPublishContext.java204 public static boolean publishSAML2(STSPublishContext stsPublishContext) { argument
205 return stsPublishContext.generatedTokenType.generateSAML2();
208 public static boolean publishOIDC(STSPublishContext stsPublishContext) { argument
209 return stsPublishContext.generatedTokenType.generateOIDC();

Completed in 28 milliseconds