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
Verification process identifier.
Related specifications:
- OpenID Connect for Identity Assurance 1.0
- See Also:
-
Field Summary
Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom -
Constructor Summary
ConstructorsConstructorDescriptionVerificationProcess(String value) Creates a new verification process identifier. -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Constructor Details
-
VerificationProcess
Creates a new verification process identifier.- Parameters:
value- The verification process identifier value. Must not benullor empty string.
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifier
-