public static class Privileging.PrivilegingBuild<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected Privileging<T> |
privileging |
Modifier and Type | Method and Description |
---|---|
T |
build()
Creating a privileging proxy for an object using the
StandardProxyFactory . |
T |
build(ProxyFactory factory)
Creating a privileging proxy for an object using a special
ProxyFactory . |
protected Privileging<T> privileging
public T build()
StandardProxyFactory
.public T build(ProxyFactory factory)
ProxyFactory
.factory
- the ProxyFactory
to use.Copyright © 2005–2018 Codehaus. All rights reserved.