Searched refs:OIDCSigningAlgorithmType (Results 1 - 3 of 3) 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)) {
H A DRestSTSInstanceConfigFactory.java137 if (STSPublishContext.OIDCSigningAlgorithmType.RSA.equals(stsPublishContext.getOidcSigningAlgorithmType())) {
H A DSoapSTSInstanceConfigFactory.java132 if (STSPublishContext.OIDCSigningAlgorithmType.RSA.equals(publishContext.getOidcSigningAlgorithmType())) {

Completed in 51 milliseconds