javax.wvcm
Interface ProviderFactory.Callback.Authentication

Enclosing interface:
ProviderFactory.Callback

public static interface ProviderFactory.Callback.Authentication

Authentication information for the current user.


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

Method Detail

loginName

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


password

java.lang.String password()
Return the password of the current user.



Copyright (c) 2003 - Apache Software Foundation