Uses of Class
net.anotheria.anosite.access.AnoSiteAccessAPIException
-
Packages that use AnoSiteAccessAPIException Package Description net.anotheria.anosite.access Integration between ano-access and ano-site. -
-
Uses of AnoSiteAccessAPIException in net.anotheria.anosite.access
Subclasses of AnoSiteAccessAPIException in net.anotheria.anosite.access Modifier and Type Class Description classAccessOperationNotFoundAPIExceptionAnoSiteAccessAPIexception.Methods in net.anotheria.anosite.access that throw AnoSiteAccessAPIException Modifier and Type Method Description booleanAnoSiteAccessAPI. isAllowedForAction(String actionId)Validate access for given action.booleanAnoSiteAccessAPIImpl. isAllowedForAction(String actionId)booleanAnoSiteAccessAPI. isAllowedForBox(String boxId)Validate access for given box.booleanAnoSiteAccessAPIImpl. isAllowedForBox(String boxId)booleanAnoSiteAccessAPI. isAllowedForNaviItem(String naviItemId)Validate access for given navigation item.booleanAnoSiteAccessAPIImpl. isAllowedForNaviItem(String naviItemId)booleanAnoSiteAccessAPI. isAllowedForPage(String pageId)Validate access for given page.booleanAnoSiteAccessAPIImpl. isAllowedForPage(String pageId)booleanAnoSiteAccessAPI. isAllowedForWizard(String wizardId)Validate access for given wizard.booleanAnoSiteAccessAPIImpl. isAllowedForWizard(String wizardId)
-