Class VerificationProcess

java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.assurance.VerificationProcess
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public final class VerificationProcess extends Identifier
Verification process identifier.

Related specifications:

  • OpenID Connect for Identity Assurance 1.0, section 5.1.
See Also:
  • Constructor Details

    • VerificationProcess

      public VerificationProcess(String value)
      Creates a new verification process identifier.
      Parameters:
      value - The verification process identifier value. Must not be null or empty string.
  • Method Details