de.iai.ilcd.services
Class AuthenticateResource

java.lang.Object
  extended by de.iai.ilcd.services.AuthenticateResource

public class AuthenticateResource
extends java.lang.Object

REST Web Service

Author:
clemens.duepmeier

Constructor Summary
AuthenticateResource()
          Creates a new instance of AuthenticateResource
 
Method Summary
 java.lang.String login(java.lang.String userName, java.lang.String password)
          Retrieves representation of an instance of de.iai.ilcd.services.AuthenticateResource
 de.fzk.iai.ilcd.service.client.impl.vo.AuthenticationInfo status()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticateResource

public AuthenticateResource()
Creates a new instance of AuthenticateResource

Method Detail

status

public de.fzk.iai.ilcd.service.client.impl.vo.AuthenticationInfo status()

login

public java.lang.String login(java.lang.String userName,
                              java.lang.String password)
Retrieves representation of an instance of de.iai.ilcd.services.AuthenticateResource

Returns:
an instance of java.lang.String