Liferay 6.2-ce-ga5

com.liferay.portal.service.http
Class TunnelUtil

java.lang.Object
  extended by com.liferay.portal.service.http.TunnelUtil

public class TunnelUtil
extends Object


Constructor Summary
TunnelUtil()
           
 
Method Summary
static Key getSharedSecretKey()
           
static Object invoke(HttpPrincipal httpPrincipal, MethodHandler methodHandler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TunnelUtil

public TunnelUtil()
Method Detail

getSharedSecretKey

public static Key getSharedSecretKey()
                              throws AuthException
Throws:
AuthException

invoke

public static Object invoke(HttpPrincipal httpPrincipal,
                            MethodHandler methodHandler)
                     throws Exception
Throws:
Exception

Liferay 6.2-ce-ga5