Uses of Class
com.nimbusds.openid.connect.sdk.assurance.IdentityTrustFramework
Packages that use IdentityTrustFramework
Package
Description
OpenID Connect for Identity Assurance 1.0 classes.
OpenID Connect for Identity Assurance 1.0 request classes.
OpenID Connect Provider (OP) classes.
-
Uses of IdentityTrustFramework in com.nimbusds.openid.connect.sdk.assurance
Fields in com.nimbusds.openid.connect.sdk.assurance declared as IdentityTrustFrameworkModifier and TypeFieldDescriptionstatic final IdentityTrustFrameworkIdentityTrustFramework.AU_TDIFThe OP is accredited as an identity service provider under the AU Trusted Digital Identity Framework.static final IdentityTrustFrameworkIdentityTrustFramework.BE_ITSMEThe OP verifies and maintains user identities in conformance with the Belgian law on electronic identification.static final IdentityTrustFrameworkIdentityTrustFramework.CZ_AMLThe OP verifies and maintains user identities in conformance with the Czech Anti-Money Laundering Law.static final IdentityTrustFrameworkIdentityTrustFramework.DE_AMLThe OP verifies and maintains user identities in conformance with the German Anti-Money Laundering Law.static final IdentityTrustFrameworkIdentityTrustFramework.DE_TKG111The OP verifies and maintains user identities in conforms with the German Telecommunications Law (here ยง111).static final IdentityTrustFrameworkIdentityTrustFramework.EIDASThe OP is able to attest user identities in accordance with the EU regulation No 910/2014 (eIDAS).static final IdentityTrustFrameworkIdentityTrustFramework.EIDAS_IAL_HIGHDeprecated.static final IdentityTrustFrameworkIdentityTrustFramework.EIDAS_IAL_SUBSTANTIALDeprecated.static final IdentityTrustFrameworkIdentityTrustFramework.IT_SPIDThe OP is accredited by the Agency for Digital Italy as an identity provider in the Public Digital Identity System (SPID).static final IdentityTrustFrameworkIdentityTrustFramework.JP_AMLThe OP verifies and maintains user identities in conformance with the Japanese Act on Prevention of Transfer of Criminal Proceeds.static final IdentityTrustFrameworkIdentityTrustFramework.JP_MPIUPAThe OP verifies and maintains user identities in conformance with the Japanese Act for Identification, etc.static final IdentityTrustFrameworkIdentityTrustFramework.NIST_800_63AThe OP is able to attest user identities in accordance with the NIST Special Publication 800-63A.static final IdentityTrustFrameworkIdentityTrustFramework.NIST_800_63A_IAL_2Deprecated.static final IdentityTrustFrameworkIdentityTrustFramework.NIST_800_63A_IAL_3Deprecated.static final IdentityTrustFrameworkIdentityTrustFramework.NL_EHERKENNINGThe OP is accredited as an identity provider in the Dutch Trust Framework for Electronic Identification.static final IdentityTrustFrameworkIdentityTrustFramework.SE_BANKIDThe OP verifies and maintains user identities in conformance with the requirements of the Swedish e-ID.static final IdentityTrustFrameworkIdentityTrustFramework.UK_TFIDAThe OP is certified as an identity service provider in the UK trust framework for digital identity and attributes.Methods in com.nimbusds.openid.connect.sdk.assurance that return IdentityTrustFrameworkModifier and TypeMethodDescriptionIdentityVerification.getTrustFramework()Returns the trust framework.Constructors in com.nimbusds.openid.connect.sdk.assurance with parameters of type IdentityTrustFrameworkModifierConstructorDescriptionIdentityVerification(IdentityTrustFramework trustFramework, DateWithTimeZoneOffset time, VerificationProcess verificationProcess, IdentityEvidence evidence) Deprecated.IdentityVerification(IdentityTrustFramework trustFramework, DateWithTimeZoneOffset time, VerificationProcess verificationProcess, List<IdentityEvidence> evidence) Deprecated.IdentityVerification(IdentityTrustFramework trustFramework, IdentityAssuranceLevel assuranceLevel, IdentityAssuranceProcess assuranceProcess, DateWithTimeZoneOffset time, VerificationProcess verificationProcess, IdentityEvidence evidence) Creates a new identity verification with a single evidence.IdentityVerification(IdentityTrustFramework trustFramework, IdentityAssuranceLevel assuranceLevel, IdentityAssuranceProcess assuranceProcess, DateWithTimeZoneOffset time, VerificationProcess verificationProcess, List<IdentityEvidence> evidence) Creates a new identity verification with multiple evidences. -
Uses of IdentityTrustFramework in com.nimbusds.openid.connect.sdk.assurance.request
Constructors in com.nimbusds.openid.connect.sdk.assurance.request with parameters of type IdentityTrustFrameworkModifierConstructorDescriptionMinimalVerificationSpec(IdentityTrustFramework trustFramework) Creates a new minimal verification spec with a preferred trust framework.Constructor parameters in com.nimbusds.openid.connect.sdk.assurance.request with type arguments of type IdentityTrustFrameworkModifierConstructorDescriptionMinimalVerificationSpec(List<IdentityTrustFramework> trustFrameworks) Creates a new minimal verification spec with a list of preferred trust frameworks. -
Uses of IdentityTrustFramework in com.nimbusds.openid.connect.sdk.op
Methods in com.nimbusds.openid.connect.sdk.op that return types with arguments of type IdentityTrustFrameworkModifier and TypeMethodDescriptionOIDCProviderMetadata.getIdentityTrustFrameworks()ReadOnlyOIDCProviderMetadata.getIdentityTrustFrameworks()Gets the supported identity trust frameworks.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type IdentityTrustFrameworkModifier and TypeMethodDescriptionvoidOIDCProviderMetadata.setIdentityTrustFrameworks(List<IdentityTrustFramework> trustFrameworks) Sets the supported identity trust frameworks.