|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Acl | |
| com.infodesire.infobit | |
| com.infodesire.infobit.dao | |
| com.infodesire.infobit.data | |
| com.infodesire.infobit.external | This package provides import and export of infobits. |
| com.infodesire.infobit.external.impl | This package implements infobit externalization interfaces. |
| Uses of Acl in com.infodesire.infobit |
| Methods in com.infodesire.infobit that return Acl | |
Acl |
AclManager.getAcl(java.lang.String name)
load acl by name |
Acl |
AclManager.createAcl(java.lang.String name)
create new acl. |
Acl |
AclManager.updateAcl(Acl acl)
update acl contents |
| Methods in com.infodesire.infobit with parameters of type Acl | |
Infobit |
InfobitManager.createInfobit(java.lang.String name,
Acl acl)
create new infobit instance with specified name and acl |
Acl |
AclManager.updateAcl(Acl acl)
update acl contents |
void |
AclManager.removeAcl(Acl acl)
remove given acl if possible. |
void |
AclManager.grantPermission(Acl acl,
Capability capability,
java.lang.String role)
DOCUMENT METHOD |
void |
AclManager.revokePermission(Acl acl,
Capability capability,
java.lang.String role)
DOCUMENT METHOD |
| Uses of Acl in com.infodesire.infobit.dao |
| Methods in com.infodesire.infobit.dao that return Acl | |
Acl |
AclDAO.getAcl(java.lang.String name)
find acl by name |
Acl |
AclDAO.createAcl(java.lang.String name)
create new ACL. |
Acl |
AclDAO.updateAcl(Acl acl)
update given ACL |
| Methods in com.infodesire.infobit.dao with parameters of type Acl | |
Infobit |
InfobitDAO.createInfobit(java.lang.String id,
Acl acl)
create new infobit |
void |
AclDAO.removeAcl(Acl acl)
remove acl in question but only if no infobit uses it. |
Acl |
AclDAO.updateAcl(Acl acl)
update given ACL |
void |
AclDAO.grantPermission(Acl acl,
Capability capability,
java.lang.String role)
grant permission for acl on given capability |
void |
AclDAO.revokePermission(Acl acl,
Capability capability,
java.lang.String role)
DOCUMENT METHOD |
| Uses of Acl in com.infodesire.infobit.data |
| Methods in com.infodesire.infobit.data that return Acl | |
Acl |
Infobit.getAcl()
acl controlling accsees to this infobit |
| Uses of Acl in com.infodesire.infobit.external |
| Methods in com.infodesire.infobit.external with parameters of type Acl | |
void |
InfobitImporter.setAcl(Acl acl)
Defines the ACL used to create imported infobits and content |
| Uses of Acl in com.infodesire.infobit.external.impl |
| Methods in com.infodesire.infobit.external.impl with parameters of type Acl | |
void |
ImporterImpl.setAcl(Acl acl)
Defines the ACL used to create imported infobits and content |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||