Package com.bea.wcp.diameter.sh
Class UserIdentity
java.lang.Object
com.bea.wcp.diameter.sh.UserIdentity
Represents a public or MSISDN user identity.
- Author:
- Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
-
Constructor Summary
ConstructorsConstructorDescriptionUserIdentity(TBCD msisdn) UserIdentity(String id) Creates a new UserIdentity for the specified identity string. -
Method Summary
-
Constructor Details
-
UserIdentity
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
-
-
Method Details