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 Thu 6-Nov-2014 09:05 PM

Copyright © IBM 2014. All rights reserved.