fabric.lang.security
Class DelegatingPrincipal._Proxy

java.lang.Object
  extended by fabric.lang.Object._Proxy
      extended by fabric.lang.security.Principal._Proxy
          extended by fabric.lang.security.DelegatingPrincipal._Proxy
All Implemented Interfaces:
Object, DelegatingPrincipal, Principal
Enclosing interface:
DelegatingPrincipal

public static class DelegatingPrincipal._Proxy
extends Principal._Proxy
implements DelegatingPrincipal


Nested Class Summary
 
Nested classes/interfaces inherited from interface fabric.lang.security.DelegatingPrincipal
DelegatingPrincipal._Impl, DelegatingPrincipal._Proxy
 
Nested classes/interfaces inherited from interface fabric.lang.security.Principal
Principal._Static
 
Constructor Summary
DelegatingPrincipal._Proxy(DelegatingPrincipal._Impl impl)
           
DelegatingPrincipal._Proxy(Store store, long onum)
           
 
Method Summary
static DelegatingPrincipal $addDefaultDelegates(DelegatingPrincipal p)
           
 void addDelegatesTo(Principal p)
           
 void removeDelegatesTo(Principal p)
           
 
Methods inherited from class fabric.lang.security.Principal._Proxy
delegatesTo, equals, findProofDownto, findProofUpto, getPrivateKeyObject, getPublicKey, isAuthorized, name
 
Methods inherited from class fabric.lang.Object._Proxy
_npe, $forceRenumber, $getOnum, $getProxy, $getProxy, $getStore, $unwrap, createStatistics, equals, equals, fetch, get$label, hashCode, idEquals, idEquals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface fabric.lang.security.Principal
delegatesTo, equals, findProofDownto, findProofUpto, getPrivateKeyObject, getPublicKey, isAuthorized, name
 
Methods inherited from interface fabric.lang.Object
$forceRenumber, $getOnum, $getProxy, $getStore, $unwrap, createStatistics, equals, fetch, get$label, idEquals
 

Constructor Detail

DelegatingPrincipal._Proxy

public DelegatingPrincipal._Proxy(DelegatingPrincipal._Impl impl)

DelegatingPrincipal._Proxy

public DelegatingPrincipal._Proxy(Store store,
                                  long onum)
Method Detail

addDelegatesTo

public void addDelegatesTo(Principal p)
Specified by:
addDelegatesTo in interface DelegatingPrincipal

removeDelegatesTo

public void removeDelegatesTo(Principal p)
Specified by:
removeDelegatesTo in interface DelegatingPrincipal

$addDefaultDelegates

public static DelegatingPrincipal $addDefaultDelegates(DelegatingPrincipal p)