Project: stp

javax.wvcm
Interface ProviderFactory.Callback.Authentication

All Known Subinterfaces:
CcProvider.CcAuthentication
Enclosing interface:
ProviderFactory.Callback

public static interface ProviderFactory.Callback.Authentication

Authentication information for the current user.


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

Method Detail

loginName

String loginName()
Returns the login name of the current user.

Returns:
the login name of the current user.

password

String password()
Returns the password of the current user.

Returns:
the password of the current user.

Generated Fri 16-Aug-2013 12:43 PM

Copyright © IBM 2013. All rights reserved.