com.synthesisstudios.holmz.service
Interface Service


public interface Service


Method Summary
 Session getSession(java.lang.String username, java.lang.String password)
          Validates the given user information and returns a thread specific session for this service.
 

Method Detail

getSession

Session getSession(java.lang.String username,
                   java.lang.String password)
                   throws LoginException
Validates the given user information and returns a thread specific session for this service. Use username of "root" and password "windpower" to get a userless, all permissive session.

Throws:
LoginException