public class OpenIdConnectTokenConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder |
public static OpenIdConnectTokenConfig.OIDCIdTokenConfigBuilder builder()
public String getIssuer()
public long getTokenLifetimeInSeconds()
public String getKeystoreLocation()
public byte[] getKeystorePassword()
public String getSignatureKeyAlias()
public byte[] getSignatureKeyPassword()
public org.forgerock.json.jose.jws.JwsAlgorithm getSignatureAlgorithm()
public String getAuthorizedParty()
public OpenIdConnectTokenPublicKeyReferenceType getPublicKeyReferenceType()
public byte[] getClientSecret()
public String getCustomClaimMapperClass()
public String getCustomAuthnContextMapperClass()
public String getCustomAuthnMethodReferencesMapperClass()
public org.forgerock.json.JsonValue toJson()
public static OpenIdConnectTokenConfig fromJson(org.forgerock.json.JsonValue json) throws IllegalStateException
IllegalStateException
public static OpenIdConnectTokenConfig marshalFromAttributeMap(Map<String,Set<String>> smsAttributeMap)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.