com.accurisnetworks.accuroam
Class Ipass

java.lang.Object
  extended by com.accurisnetworks.accuroam.AccuROAMClient
      extended by com.accurisnetworks.accuroam.Ipass

public class Ipass
extends AccuROAMClient


Constructor Summary
Ipass()
           
 
Method Summary
 ResultMessages.RegistrationResult register(android.content.Context context)
          Register with the server, exchanging credentials.
 
Methods inherited from class com.accurisnetworks.accuroam.AccuROAMClient
callHome, callHome, checkIfRegistered, getUsernamePassword, register, register
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ipass

public Ipass()
Method Detail

register

public ResultMessages.RegistrationResult register(android.content.Context context)
Register with the server, exchanging credentials. Uses default values for accessing the server.

This method contacts a remote server and may take several seconds to execute. Do not call it from a thread that may affect user interaction.

Use register(Context) to register.

Overrides:
register in class AccuROAMClient
Parameters:
context - Android application context so service can access resources
Returns:
RegistrationResult