|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
java.lang.Object createProxy(java.lang.Object obj, AuthToken auth, Permissions perms)
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |