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

@Immutable public final class Organization extends Identifier
Organisation.

Related specifications:

  • OpenID Connect for Identity Assurance 1.0
See Also:
  • Constructor Details

    • Organization

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