Uses of Class
org.openiam.am.srvc.dto.jdbc.AuthorizationMenu
-
-
Uses of AuthorizationMenu in org.openiam.am.srvc.dto.jdbc
Methods in org.openiam.am.srvc.dto.jdbc that return AuthorizationMenu Modifier and Type Method Description AuthorizationMenuAuthorizationMenu. copy()Constructors in org.openiam.am.srvc.dto.jdbc with parameters of type AuthorizationMenu Constructor Description AuthorizationResource(AuthorizationMenu menu) -
Uses of AuthorizationMenu in org.openiam.authmanager.service
Methods in org.openiam.authmanager.service that return AuthorizationMenu Modifier and Type Method Description AuthorizationMenuAuthorizationManagerMenuService. getMenuTree(String menuId)AuthorizationMenuAuthorizationManagerMenuService. getMenuTree(String menuRoot, String userId)AuthorizationMenuAuthorizationManagerMenuService. getMenuTreeByName(String menuRoot, String userId)AuthorizationMenuAuthorizationManagerMenuService. getMenuTreeForUserId(String menuId, String menuName, String userId) -
Uses of AuthorizationMenu in org.openiam.authmanager.service.impl
Methods in org.openiam.authmanager.service.impl that return AuthorizationMenu Modifier and Type Method Description AuthorizationMenuAuthorizationManagerMenuServiceImpl. getMenuTree(String menuId)AuthorizationMenuAuthorizationManagerMenuServiceImpl. getMenuTree(String menuRoot, String userId)AuthorizationMenuAuthorizationManagerMenuServiceImpl. getMenuTreeByName(String menuRoot, String userId)AuthorizationMenuAuthorizationManagerMenuServiceImpl. getMenuTreeForUserId(String menuId, String menuName, String userId) -
Uses of AuthorizationMenu in org.openiam.base.response
Methods in org.openiam.base.response that return AuthorizationMenu Modifier and Type Method Description AuthorizationMenuAuthorizationMenuResponse. getMenu()Methods in org.openiam.base.response with parameters of type AuthorizationMenu Modifier and Type Method Description voidAuthorizationMenuResponse. setMenu(AuthorizationMenu menu) -
Uses of AuthorizationMenu in org.openiam.common.authmanager.jdbc
Methods in org.openiam.common.authmanager.jdbc that return types with arguments of type AuthorizationMenu Modifier and Type Method Description List<AuthorizationMenu>ResourceDAO. getAuthorizationMenus() -
Uses of AuthorizationMenu in org.openiam.common.authmanager.jdbc.impl
Methods in org.openiam.common.authmanager.jdbc.impl that return types with arguments of type AuthorizationMenu Modifier and Type Method Description List<AuthorizationMenu>JDBCResoruceDAOImpl. getAuthorizationMenus() -
Uses of AuthorizationMenu in org.openiam.common.authmanager.service
Methods in org.openiam.common.authmanager.service that return AuthorizationMenu Modifier and Type Method Description protected AuthorizationMenuAbstractAuthorizationManagerService. getMenuTree(String menuId)Methods in org.openiam.common.authmanager.service that return types with arguments of type AuthorizationMenu Modifier and Type Method Description protected Map<String,AuthorizationMenu>AbstractAuthorizationManagerService. createMenuTrees(Map<String,AuthorizationMenu> menuMap)protected Map<String,AuthorizationMenu>AbstractAuthorizationManagerService. getAllMenuTrees()protected List<AuthorizationMenu>AbstractAuthorizationManagerService. getMenus(AuthorizationMenu menu)Methods in org.openiam.common.authmanager.service with parameters of type AuthorizationMenu Modifier and Type Method Description protected List<AuthorizationMenu>AbstractAuthorizationManagerService. getMenus(AuthorizationMenu menu)protected voidAbstractAuthorizationManagerService. localize(AuthorizationMenu menu, String languageId)Method parameters in org.openiam.common.authmanager.service with type arguments of type AuthorizationMenu Modifier and Type Method Description protected Map<String,AuthorizationMenu>AbstractAuthorizationManagerService. createMenuTrees(Map<String,AuthorizationMenu> menuMap) -
Uses of AuthorizationMenu in org.openiam.esb.authmanager.admin.service
Methods in org.openiam.esb.authmanager.admin.service that return AuthorizationMenu Modifier and Type Method Description AuthorizationMenuAuthorizationMenuAdminService. getNonCachedMenuTree(String menuId, String principalId, String principalType)Methods in org.openiam.esb.authmanager.admin.service with parameters of type AuthorizationMenu Modifier and Type Method Description MenuSaveResponseAuthorizationMenuAdminService. saveMenuTree(AuthorizationMenu root) -
Uses of AuthorizationMenu in org.openiam.esb.authmanager.admin.service.impl
Methods in org.openiam.esb.authmanager.admin.service.impl that return AuthorizationMenu Modifier and Type Method Description AuthorizationMenuAuthorizationMenuAdminServiceImpl. getNonCachedMenuTree(String menuId, String principalId, String principalType)Methods in org.openiam.esb.authmanager.admin.service.impl with parameters of type AuthorizationMenu Modifier and Type Method Description MenuSaveResponseAuthorizationMenuAdminServiceImpl. saveMenuTree(AuthorizationMenu root) -
Uses of AuthorizationMenu in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return AuthorizationMenu Modifier and Type Method Description AuthorizationMenuAuthorizationManagerMenuWebService. getMenuTree(String menuId)AuthorizationMenuAuthorizationManagerMenuWebServiceImpl. getMenuTree(String menuId)AuthorizationMenuAuthorizationManagerMenuWebService. getMenuTreeForUserId(MenuRequest request)AuthorizationMenuAuthorizationManagerMenuWebServiceImpl. getMenuTreeForUserId(MenuRequest request)AuthorizationMenuAuthorizationManagerMenuWebService. getNonCachedMenuTree(String menuId, String principalId, String principalType)This method gets a non-cached version of a user's, group's, role's, or resource's entitlements to a particular tree.AuthorizationMenuAuthorizationManagerMenuWebServiceImpl. getNonCachedMenuTree(String menuId, String principalId, String principalType)Methods in org.openiam.srvc.am with parameters of type AuthorizationMenu Modifier and Type Method Description MenuSaveResponseAuthorizationManagerMenuWebService. saveMenuTree(AuthorizationMenu root)Called after the menu tree has been validatedMenuSaveResponseAuthorizationManagerMenuWebServiceImpl. saveMenuTree(AuthorizationMenu root)
-