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

@Immutable public final class Occupation extends Identifier
Occupation.

Related specifications:

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

    • Occupation

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