javax.wvcm
Interface ProviderFactory.Callback.Authentication

Enclosing interface:
ProviderFactory.Callback

public static interface ProviderFactory.Callback.Authentication

Authentication information for the current user.


Method Summary
 String loginName()
          Return the login name of the current user.
 String password()
          Return the password of the current user.
 

Method Detail

loginName

public String loginName()
Return the login name of the current user.


password

public String password()
Return the password of the current user.