java.security.acl
Interface Owner

All Known Subinterfaces:
Acl

public interface Owner


Method Summary
 boolean addOwner(Principal var0, Principal var1)
           
 boolean deleteOwner(Principal var0, Principal var1)
           
 boolean isOwner(Principal var0)
           
 

Method Detail

addOwner

boolean addOwner(Principal var0,
                 Principal var1)
                 throws NotOwnerException
Throws:
NotOwnerException

deleteOwner

boolean deleteOwner(Principal var0,
                    Principal var1)
                    throws NotOwnerException,
                           LastOwnerException
Throws:
NotOwnerException
LastOwnerException

isOwner

boolean isOwner(Principal var0)


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.