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 AccessTree
AccessTree. 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 void
AccessTree. 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 AccessTree
EntryPointService. create(AccessTree puntEntrada)
Operation createAccessTree
EntryPointService. findApplicationAccessById(long id)
Operation findApplicationAccessByIdAccessTree
EntryPointService. findRoot()
Operation findRootAccessTree
SelfService. findRoot()
Operation findRootAccessTree
EntryPointService. 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 boolean
EntryPointService. canAdmin(AccessTree puntEntrada)
Operation canAdminboolean
EntryPointService. canExecute(AccessTree puntEntrada)
Operation canExecuteboolean
EntryPointService. canQuery(AccessTree puntEntrada)
Operation canQueryboolean
EntryPointService. canView(AccessTree puntEntrada)
Operation canViewboolean
EntryPointService. copyApplicationAccess(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti)
Operation copyApplicationAccessboolean
EntryPointService. copyApplicationAccessLink(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti)
Operation copyApplicationAccessLinkAccessTree
EntryPointService. create(AccessTree puntEntrada)
Operation createAccessTreeAuthorization
EntryPointService. createAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio)
Operation createAuthorizationAccessTreeExecution
EntryPointService. createExecution(AccessTree puntEntrada, AccessTreeExecution execucio)
Operation createExecutionvoid
EntryPointService. delete(AccessTree puntEntrada)
Operation deletevoid
EntryPointService. deleteAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio)
Operation deleteAuthorizationvoid
EntryPointService. 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 getReverseApplicationAccessTreeboolean
EntryPointService. isAuthorized(AccessTree puntEntrada, String nivell)
Operation isAuthorizedboolean
EntryPointService. moveApplicationAccessTreeMenu(AccessTree puntEntradaMoure, AccessTree puntEntradaMenuDesti)
Operation moveApplicationAccessTreeMenuvoid
NetworkDiscoveryService. registerHostEntryPoint(Host host, AccessTree entryPoint)
Operation registerHostEntryPoint Method to register an entry pointboolean
EntryPointService. reorderApplicationAccess(AccessTree puntEntradaOrdenar, AccessTree puntEntradaSeguent)
Operation reorderApplicationAccessAccessTree
EntryPointService. update(AccessTree puntEntrada)
Operation updateAccessTreeExecution
EntryPointService. updateExecution(AccessTree puntEntrada, AccessTreeExecution execucio)
Operation updateExecutionString
EntryPointService. 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 AccessTree
EntryPointService. create(AccessTree puntEntrada)
AccessTree
EntryPointService. findApplicationAccessById(long id)
AccessTree
EntryPointService. findRoot()
AccessTree
SelfService. findRoot()
AccessTree
EntryPointService. 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 boolean
EntryPointService. canAdmin(AccessTree puntEntrada)
boolean
EntryPointService. canExecute(AccessTree puntEntrada)
boolean
EntryPointService. canQuery(AccessTree puntEntrada)
boolean
EntryPointService. canView(AccessTree puntEntrada)
boolean
EntryPointService. copyApplicationAccess(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti)
boolean
EntryPointService. copyApplicationAccessLink(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti)
AccessTree
EntryPointService. create(AccessTree puntEntrada)
AccessTreeAuthorization
EntryPointService. createAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio)
AccessTreeExecution
EntryPointService. createExecution(AccessTree puntEntrada, AccessTreeExecution execucio)
void
EntryPointService. delete(AccessTree puntEntrada)
void
EntryPointService. deleteAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio)
void
EntryPointService. 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)
boolean
EntryPointService. isAuthorized(AccessTree puntEntrada, String nivell)
boolean
EntryPointService. moveApplicationAccessTreeMenu(AccessTree puntEntradaMoure, AccessTree puntEntradaMenuDesti)
void
NetworkDiscoveryService. registerHostEntryPoint(Host host, AccessTree entryPoint)
boolean
EntryPointService. reorderApplicationAccess(AccessTree puntEntradaOrdenar, AccessTree puntEntradaSeguent)
AccessTree
EntryPointService. update(AccessTree puntEntrada)
AccessTreeExecution
EntryPointService. updateExecution(AccessTree puntEntrada, AccessTreeExecution execucio)
String
EntryPointService. 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 PuntEntrada
PuntEntrada. toPuntEntrada(AccessTree vo)
Creates a PuntEntrada value object based on a AccessTree object.static void
PuntEntrada. 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.
-