Class UserIdentity

java.lang.Object
com.bea.wcp.diameter.sh.UserIdentity

public final class UserIdentity extends Object
Represents a public or MSISDN user identity.
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
  • Constructor Details

    • UserIdentity

      public UserIdentity(String id)
      Creates a new UserIdentity for the specified identity string. If the string starts with a digit, then it is assumed to be an MSISDN identifier. Otherwise, it is assumed to be a public user or service identity.
      Parameters:
      id - the user identity string
    • UserIdentity

      public UserIdentity(TBCD msisdn)
  • Method Details