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 |
String |
getUserName(JID entity)
Returns the name of the entity specified by the following JID. |
getUserName
String getUserName(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.
Copyright © 2003-2007 Jive Software.