Qizx fe-4.4p2 API

com.qizx.api
Interface User


public interface User

Models a user of a Library, for use with AccessControl.

Associated with a session (Library) when it is opened.

Attention: the authentication of the User is not taken in charge by AccessControl. An application using this API has to perform the authentication and then to create an implementation of User.


Method Summary
 String getName()
          Returns the name of the User.
 

Method Detail

getName

String getName()
Returns the name of the User.

Returns:
a String representing a unique name for the user

© 2010 Axyana Software