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

@Immutable public final class MSISDN extends Identifier
Mobile subscriber ISDN number.

Example where 91 is the country code, 8369 is the national destination code and 110173 is the subscriber number:

 919825098250
 

Related specifications:

  • OpenID Connect for Identity Assurance 1.0
  • ITU-T E.164
See Also:
  • Field Details

  • Constructor Details

    • MSISDN

      public MSISDN(String value)
      Creates a new mobile subscriber ISDN number with the specified value.
      Parameters:
      value - The MSISDN value. Must not be null.
  • Method Details