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

/forgerock/openam/openam-samples/sts-example-code/
H A DSTSPublishContext.java35 OIDCSigningAlgorithmType oidcSigningAlgorithmType;
60 public STSPublishContextBuilder oidcSigningAlgorithmType(OIDCSigningAlgorithmType oidcSigningAlgorithmType) {
126 public enum OIDCSigningAlgorithmType {HMAC, RSA} enum in class:STSPublishContext
129 private final OIDCSigningAlgorithmType oidcSigningAlgorithmType;
164 public OIDCSigningAlgorithmType getOidcSigningAlgorithmType() {
213 STSPublishContext.OIDCSigningAlgorithmType oidcSigningAlgorithmType) {
226 if (STSPublishContext.OIDCSigningAlgorithmType.HMAC.equals(oidcSigningAlgorithmType)) {

Completed in 29 milliseconds