org.xtreemos.wp35
Class VOService

java.lang.Object
  extended by org.xtreemos.wp35.VOService

public class VOService
extends java.lang.Object

Author:
ijj

Constructor Summary
VOService()
           
 
Method Summary
 boolean authenticate(java.lang.String username, char[] password)
           
 VOUser getVOUser()
          returns null if the user is not authenticated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VOService

public VOService()
Method Detail

getVOUser

public VOUser getVOUser()
returns null if the user is not authenticated.


authenticate

public boolean authenticate(java.lang.String username,
                            char[] password)