Qizx/db 2.1 API

com.qizx.api
Interface User

All Known Implementing Classes:
UnixStyleAccessControl.User

public interface User

Models the user of a Library and her/his associated privileges, 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 getDisplayName()
          Returns a displayable name for the User.
 

Method Detail

getDisplayName

public String getDisplayName()
Returns a displayable name for the User.

Returns:
a String representing the display name of the user

© 2008 Axyana Software