com.atlassian.confluence.it.rpc
Class RemoteObjectConverter

java.lang.Object
  extended by com.atlassian.confluence.it.rpc.RemoteObjectConverter

public class RemoteObjectConverter
extends java.lang.Object

Converter class to build common transformations between objects.


Constructor Summary
RemoteObjectConverter()
           
 
Method Summary
static UserWithKey getUser(java.util.Hashtable user)
           
static UserWithKey getUser(java.util.Hashtable user, java.lang.String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteObjectConverter

public RemoteObjectConverter()
Method Detail

getUser

public static UserWithKey getUser(java.util.Hashtable user)

getUser

public static UserWithKey getUser(java.util.Hashtable user,
                                  java.lang.String password)


Copyright © 2003-2013 Atlassian. All Rights Reserved.