Uses of Class
com.nimbusds.openid.connect.sdk.assurance.IdentityTrustFramework
-
Packages that use IdentityTrustFramework Package Description com.nimbusds.openid.connect.sdk.assurance OpenID Connect for identity assurance.com.nimbusds.openid.connect.sdk.op 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 IdentityTrustFramework Modifier and Type Field Description static IdentityTrustFrameworkIdentityTrustFramework. DE_AMLThe OP verifies and maintains user identities in conforms with the German Anti-Money Laundering Law.static IdentityTrustFrameworkIdentityTrustFramework. EIDAS_IAL_HIGHThe OP is able to attest user identities in accordance with the EU regulation No 910/2014 (eIDAS) at the identification assurance level "High".static IdentityTrustFrameworkIdentityTrustFramework. EIDAS_IAL_SUBSTANTIALThe OP is able to attest user identities in accordance with the EU regulation No 910/2014 (eIDAS) at the identification assurance level "Substantial".static IdentityTrustFrameworkIdentityTrustFramework. JP_AMLThe OP verifies and maintains user identities in conforms with the Japanese Act on Prevention of Transfer of Criminal Proceeds.static IdentityTrustFrameworkIdentityTrustFramework. JP_MPIUPAThe OP verifies and maintains user identities in conformance with the Japanese Act for Identification, etc.static IdentityTrustFrameworkIdentityTrustFramework. NIST_800_63A_IAL_2The OP is able to attest user identities in accordance with the NIST Special Publication 800-63A at the Identity Assurance Level 2.static IdentityTrustFrameworkIdentityTrustFramework. NIST_800_63A_IAL_3The OP is able to attest user identities in accordance with the NIST Special Publication 800-63A at the Identity Assurance Level 3.Methods in com.nimbusds.openid.connect.sdk.assurance that return IdentityTrustFramework Modifier and Type Method Description IdentityTrustFrameworkIdentityVerification. getTrustFramework()Returns the trust framework.Constructors in com.nimbusds.openid.connect.sdk.assurance with parameters of type IdentityTrustFramework Constructor Description IdentityVerification(IdentityTrustFramework trustFramework, DateWithTimeZoneOffset time, String verificationProcess, IdentityEvidence evidence)Creates a new identity verification with a single evidence.IdentityVerification(IdentityTrustFramework trustFramework, DateWithTimeZoneOffset time, String verificationProcess, List<IdentityEvidence> evidence)Creates a new identity verification -
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 IdentityTrustFramework Modifier and Type Method Description List<IdentityTrustFramework>OIDCProviderMetadata. getIdentityTrustFrameworks()Gets the supported identity trust frameworks.Method parameters in com.nimbusds.openid.connect.sdk.op with type arguments of type IdentityTrustFramework Modifier and Type Method Description voidOIDCProviderMetadata. setIdentityTrustFrameworks(List<IdentityTrustFramework> trustFrameworks)Sets the supported identity trust frameworks.
-