Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.base
Interface ProxyFactory


public interface ProxyFactory

An interface that defines a method to create proxy objects based on an authToken and permissions.


Method Summary
 java.lang.Object createProxy(java.lang.Object obj, AuthToken auth, Permissions perms)
          Creates a new proxy for obj using the specified authToken and permissions, or returns null if the user doesn't have permission to read the object.
 

Method Detail

createProxy

java.lang.Object createProxy(java.lang.Object obj,
                             AuthToken auth,
                             Permissions perms)
Creates a new proxy for obj using the specified authToken and permissions, or returns null if the user doesn't have permission to read the object.

Returns:
a new proxy.

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.