Uses of Class
com.soffid.iam.api.AccessTree
-
Packages that use AccessTree Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of AccessTree in com.soffid.iam.api
Methods in com.soffid.iam.api that return AccessTree Modifier and Type Method Description static AccessTreeAccessTree. toAccessTree(PuntEntrada vo)Creates a AccessTree value object based on a PuntEntrada object.static AccessTree[]AccessTree. toAccessTreeArray(PuntEntrada[] source)Creates a AccessTree array on a PuntEntrada array.Methods in com.soffid.iam.api that return types with arguments of type AccessTree Modifier and Type Method Description static AsyncList<AccessTree>AccessTree. toAccessTreeAsyncList(AsyncList<PuntEntrada> source)Creates a AccessTree asynclist on a PuntEntrada collection.static PagedResult<AccessTree>AccessTree. toAccessTreeList(PagedResult<PuntEntrada> source)Creates a AccessTree pagedResult on a PuntEntrada collection.static List<AccessTree>AccessTree. toAccessTreeList(Collection<PuntEntrada> source)Creates a AccessTree list on a PuntEntrada collection.Methods in com.soffid.iam.api with parameters of type AccessTree Modifier and Type Method Description static voidAccessTree. toAccessTree(PuntEntrada source, AccessTree target)Updates a AccessTree value object based on a PuntEntrada object.Constructors in com.soffid.iam.api with parameters of type AccessTree Constructor Description AccessTree(AccessTree otherBean) -
Uses of AccessTree in com.soffid.iam.service
Methods in com.soffid.iam.service that return AccessTree Modifier and Type Method Description AccessTreeEntryPointService. create(AccessTree puntEntrada)Operation createAccessTreeEntryPointService. findApplicationAccessById(long id)Operation findApplicationAccessByIdAccessTreeEntryPointService. findRoot()Operation findRootAccessTreeSelfService. findRoot()Operation findRootAccessTreeEntryPointService. update(AccessTree puntEntrada)Operation updateMethods in com.soffid.iam.service that return types with arguments of type AccessTree Modifier and Type Method Description List<AccessTree>EntryPointService. findAccessTreeByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)Operation findAccessTreeByTextAndJsonQueryAsyncList<AccessTree>EntryPointService. findAccessTreeByTextAndJsonQueryAsync(String text, String jsonQuery)Operation findAccessTreeByTextAndJsonQueryAsyncCollection<AccessTree>EntryPointService. findApplicationAccessByFilter(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari)Operation findApplicationAccessByFilterCollection<AccessTree>EntryPointService. findChildren(AccessTree puntEntrada)Operation findChildrenCollection<AccessTree>SelfService. findChildren(AccessTree puntEntrada)Operation findChildrenCollection<AccessTree>SelfService. findEntryPoints(String name)Operation findEntryPoints Finds entry points by nameList<AccessTree>NetworkDiscoveryService. findHostEntryPoints(Host host)Operation findHostEntryPoints Gets the entry points for a hostCollection<AccessTree>EntryPointService. findMenuChildren(AccessTree puntEntrada)Operation findMenuChildrenMethods in com.soffid.iam.service with parameters of type AccessTree Modifier and Type Method Description booleanEntryPointService. canAdmin(AccessTree puntEntrada)Operation canAdminbooleanEntryPointService. canExecute(AccessTree puntEntrada)Operation canExecutebooleanEntryPointService. canQuery(AccessTree puntEntrada)Operation canQuerybooleanEntryPointService. canView(AccessTree puntEntrada)Operation canViewbooleanEntryPointService. copyApplicationAccess(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti)Operation copyApplicationAccessbooleanEntryPointService. copyApplicationAccessLink(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti)Operation copyApplicationAccessLinkAccessTreeEntryPointService. create(AccessTree puntEntrada)Operation createAccessTreeAuthorizationEntryPointService. createAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio)Operation createAuthorizationAccessTreeExecutionEntryPointService. createExecution(AccessTree puntEntrada, AccessTreeExecution execucio)Operation createExecutionvoidEntryPointService. delete(AccessTree puntEntrada)Operation deletevoidEntryPointService. deleteAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio)Operation deleteAuthorizationvoidEntryPointService. deleteExecution(AccessTree puntEntrada, AccessTreeExecution execucio)Operation deleteExecutionCollection<AccessTree>EntryPointService. findChildren(AccessTree puntEntrada)Operation findChildrenCollection<AccessTree>SelfService. findChildren(AccessTree puntEntrada)Operation findChildrenCollection<AccessTree>EntryPointService. findMenuChildren(AccessTree puntEntrada)Operation findMenuChildrenCollection<AccessTreeAuthorization>EntryPointService. getAuthorizationsApplicationAcessTree(AccessTree puntEntrada)Operation getAuthorizationsApplicationAcessTreeCollection<AccessTreeExecution>EntryPointService. getExecutions(AccessTree puntEntrada)Operation getExecutionsCollection<String>EntryPointService. getReverseApplicationAccessTree(AccessTree puntEntrada)Operation getReverseApplicationAccessTreebooleanEntryPointService. isAuthorized(AccessTree puntEntrada, String nivell)Operation isAuthorizedbooleanEntryPointService. moveApplicationAccessTreeMenu(AccessTree puntEntradaMoure, AccessTree puntEntradaMenuDesti)Operation moveApplicationAccessTreeMenuvoidNetworkDiscoveryService. registerHostEntryPoint(Host host, AccessTree entryPoint)Operation registerHostEntryPoint Method to register an entry pointbooleanEntryPointService. reorderApplicationAccess(AccessTree puntEntradaOrdenar, AccessTree puntEntradaSeguent)Operation reorderApplicationAccessAccessTreeEntryPointService. update(AccessTree puntEntrada)Operation updateAccessTreeExecutionEntryPointService. updateExecution(AccessTree puntEntrada, AccessTreeExecution execucio)Operation updateExecutionStringEntryPointService. validateXMLApplicationAccess(AccessTree puntEntrada)Operation validateXMLApplicationAccess -
Uses of AccessTree in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return AccessTree Modifier and Type Method Description AccessTreeEntryPointService. create(AccessTree puntEntrada)AccessTreeEntryPointService. findApplicationAccessById(long id)AccessTreeEntryPointService. findRoot()AccessTreeSelfService. findRoot()AccessTreeEntryPointService. update(AccessTree puntEntrada)Methods in com.soffid.iam.service.ejb that return types with arguments of type AccessTree Modifier and Type Method Description List<AccessTree>EntryPointService. findAccessTreeByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)AsyncList<AccessTree>EntryPointService. findAccessTreeByTextAndJsonQueryAsync(String text, String jsonQuery)Collection<AccessTree>EntryPointService. findApplicationAccessByFilter(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari)Collection<AccessTree>EntryPointService. findChildren(AccessTree puntEntrada)Collection<AccessTree>SelfService. findChildren(AccessTree puntEntrada)Collection<AccessTree>SelfService. findEntryPoints(String name)List<AccessTree>NetworkDiscoveryService. findHostEntryPoints(Host host)Collection<AccessTree>EntryPointService. findMenuChildren(AccessTree puntEntrada)Methods in com.soffid.iam.service.ejb with parameters of type AccessTree Modifier and Type Method Description booleanEntryPointService. canAdmin(AccessTree puntEntrada)booleanEntryPointService. canExecute(AccessTree puntEntrada)booleanEntryPointService. canQuery(AccessTree puntEntrada)booleanEntryPointService. canView(AccessTree puntEntrada)booleanEntryPointService. copyApplicationAccess(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti)booleanEntryPointService. copyApplicationAccessLink(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti)AccessTreeEntryPointService. create(AccessTree puntEntrada)AccessTreeAuthorizationEntryPointService. createAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio)AccessTreeExecutionEntryPointService. createExecution(AccessTree puntEntrada, AccessTreeExecution execucio)voidEntryPointService. delete(AccessTree puntEntrada)voidEntryPointService. deleteAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio)voidEntryPointService. deleteExecution(AccessTree puntEntrada, AccessTreeExecution execucio)Collection<AccessTree>EntryPointService. findChildren(AccessTree puntEntrada)Collection<AccessTree>SelfService. findChildren(AccessTree puntEntrada)Collection<AccessTree>EntryPointService. findMenuChildren(AccessTree puntEntrada)Collection<AccessTreeAuthorization>EntryPointService. getAuthorizationsApplicationAcessTree(AccessTree puntEntrada)Collection<AccessTreeExecution>EntryPointService. getExecutions(AccessTree puntEntrada)Collection<String>EntryPointService. getReverseApplicationAccessTree(AccessTree puntEntrada)booleanEntryPointService. isAuthorized(AccessTree puntEntrada, String nivell)booleanEntryPointService. moveApplicationAccessTreeMenu(AccessTree puntEntradaMoure, AccessTree puntEntradaMenuDesti)voidNetworkDiscoveryService. registerHostEntryPoint(Host host, AccessTree entryPoint)booleanEntryPointService. reorderApplicationAccess(AccessTree puntEntradaOrdenar, AccessTree puntEntradaSeguent)AccessTreeEntryPointService. update(AccessTree puntEntrada)AccessTreeExecutionEntryPointService. updateExecution(AccessTree puntEntrada, AccessTreeExecution execucio)StringEntryPointService. validateXMLApplicationAccess(AccessTree puntEntrada) -
Uses of AccessTree in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type AccessTree Modifier and Type Method Description static PuntEntradaPuntEntrada. toPuntEntrada(AccessTree vo)Creates a PuntEntrada value object based on a AccessTree object.static voidPuntEntrada. toPuntEntrada(AccessTree source, PuntEntrada target)Updates a PuntEntrada value object based on a AccessTree object.static PuntEntrada[]PuntEntrada. toPuntEntradaArray(AccessTree[] source)Creates a PuntEntrada array on a AccessTree array.Method parameters in es.caib.seycon.ng.comu with type arguments of type AccessTree Modifier and Type Method Description static AsyncList<PuntEntrada>PuntEntrada. toPuntEntradaAsyncList(AsyncList<AccessTree> source)Creates a PuntEntrada asynclist on a AccessTree collection.static PagedResult<PuntEntrada>PuntEntrada. toPuntEntradaList(PagedResult<AccessTree> source)Creates a PuntEntrada pagedResult on a AccessTree collection.static List<PuntEntrada>PuntEntrada. toPuntEntradaList(Collection<AccessTree> source)Creates a PuntEntrada list on a AccessTree collection.
-