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

@Immutable public final class Name extends Identifier
Name.

Related specifications:

  • OpenID Connect for Identity Assurance 1.0, sections 5.1.1.1 and 5.1.1.2.
See Also:
  • Constructor Details

    • Name

      public Name(String value)
      Creates a new name.
      Parameters:
      value - The name value. Must not be null or empty string.
  • Method Details