KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > acl > Owner

java.security.acl
Interface Owner

All Known Subinterfaces:
Acl
See Also:
Source Code

boolean addOwner(Principal caller,
                 Principal owner)
                 throws NotOwnerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean deleteOwner(Principal caller,
                    Principal owner)
                    throws NotOwnerException,
                           LastOwnerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean isOwner(Principal owner)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags