|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.epicentric.permission.PermissionCatalogContainer
Container implementation of a PermissionCatalog. Typically this is used when the actual catalog may be replaced transparently to the system surrounding it.
| Constructor Summary | |
PermissionCatalogContainer(PermissionCatalog innerCatalog)
Deprecated. |
|
| Method Summary | |
PermissionCatalog |
getInnerCatalog()
Deprecated. |
PermissionCatalogItem |
getItem(String permission_id)
Deprecated. Look up a single descriptor. |
PermissionCatalogItem[] |
getItems()
Deprecated. Returns an array containing all the catalog's items. |
PermissionCatalogItem[] |
getItemsPrefixedBy(String permission_id_prefix)
Deprecated. Return items in the catalog whose permissionIDs are prefixed by the given string. |
void |
setInnerCatalog(PermissionCatalog innerCatalog)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PermissionCatalogContainer(PermissionCatalog innerCatalog)
innerCatalog - The inner catalog| Method Detail |
public PermissionCatalog getInnerCatalog()
public void setInnerCatalog(PermissionCatalog innerCatalog)
public PermissionCatalogItem[] getItems()
getItems in interface PermissionCatalogpublic PermissionCatalogItem getItem(String permission_id)
getItem in interface PermissionCatalogpublic PermissionCatalogItem[] getItemsPrefixedBy(String permission_id_prefix)
getItemsPrefixedBy in interface PermissionCatalog
|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||