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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getUserName(org.xmpp.packet.JID entity)
Returns the name of the entity specified by the following JID.
-
-
-
Method Detail
-
getUserName
String getUserName(org.xmpp.packet.JID entity)
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.
-
-