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

/forgerock/openam/openam-samples/sts-example-code/
H A DSTSPublishContext.java35 OIDCSigningAlgorithmType oidcSigningAlgorithmType; field in class:STSPublishContext.STSPublishContextBuilder
60 public STSPublishContextBuilder oidcSigningAlgorithmType(OIDCSigningAlgorithmType oidcSigningAlgorithmType) { argument
61 this.oidcSigningAlgorithmType = oidcSigningAlgorithmType;
129 private final OIDCSigningAlgorithmType oidcSigningAlgorithmType; field in class:STSPublishContext
145 this.oidcSigningAlgorithmType = builder.oidcSigningAlgorithmType;
165 return oidcSigningAlgorithmType;
213 STSPublishContext.OIDCSigningAlgorithmType oidcSigningAlgorithmType) {
212 buildDefaultPublishContext(String openAMKeystorePath, STSPublishContext.GeneratedTokenType generatedTokenType, STSPublishContext.OIDCSigningAlgorithmType oidcSigningAlgorithmType) argument
[all...]

Completed in 28 milliseconds