Openfire 3.9.3 Javadoc

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(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.

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.