Package org.jivesoftware.openfire.user
Interface UserNameProvider
public interface UserNameProvider
Interface to be implemented by components that are capable of returning the name of entities
when running as internal components.
- Author:
- Gaston Dombiak
-
Method Summary
Modifier and TypeMethodDescriptiongetUserName(org.xmpp.packet.JID entity) Returns the name of the entity specified by the following JID.
-
Method Details
-
getUserName
Returns the name of the entity specified by the following JID.- Parameters:
entity- JID of the entity to return its name.- Returns:
- the name of the entity specified by the following JID.
-