Uses of Interface
portal.core.login.LoginCallback

Packages that use LoginCallback
portal.core.login   
portal.core.login.simple   
 

Uses of LoginCallback in portal.core.login
 

Methods in portal.core.login with parameters of type LoginCallback
 void LoginClient.init(LoginCallback callback)
          Initialize the login client.
 

Uses of LoginCallback in portal.core.login.simple
 

Methods in portal.core.login.simple with parameters of type LoginCallback
 void SimpleLoginClient.init(LoginCallback callBack)