public interface IdentityFactoryInterface
Identity
Modifier and Type | Method and Description |
---|---|
Identity |
create(String address)
Creates an Identity instance based on address.
|
Identity |
create(String address,
String displayName)
Creates a new local Identity instance.
|
Identity create(String address)
address
- address that is displayed to the called partyIllegalArgumentException
- if any of arguments are null or emptyIdentity create(String address, String displayName)
address
- address that is displayed to the called partydisplayName
- Display name that is displayed to the called partyIllegalArgumentException
- if any of arguments are null or emptyCopyright © 2023 Avaya. All rights reserved.