Package com.soffid.iam.service.ejb
Interface EntryPointService
-
public interface EntryPointService
EJB EntryPointService
-
-
Method Summary
-
-
-
Method Detail
-
canAdmin
boolean canAdmin(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
canExecute
boolean canExecute(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
canQuery
boolean canQuery(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
canView
boolean canView(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
copyApplicationAccessLink
boolean copyApplicationAccessLink(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
copyApplicationAccess
boolean copyApplicationAccess(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
isAuthorized
boolean isAuthorized(AccessTree puntEntrada, String nivell) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
isAuthorized
boolean isAuthorized(String codiUsuari, Long idPuntEntrada, String nivell) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
applicationAccessTreeHasAnyACL
boolean applicationAccessTreeHasAnyACL(String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
moveApplicationAccessTreeMenu
boolean moveApplicationAccessTreeMenu(AccessTree puntEntradaMoure, AccessTree puntEntradaMenuDesti) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
reorderApplicationAccess
boolean reorderApplicationAccess(AccessTree puntEntradaOrdenar, AccessTree puntEntradaSeguent) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAccessTreeByTextAndJsonQueryAsync
AsyncList<AccessTree> findAccessTreeByTextAndJsonQueryAsync(String text, String jsonQuery) throws InternalErrorException
- Throws:
InternalErrorException
-
createAuthorization
AccessTreeAuthorization createAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
createExecution
AccessTreeExecution createExecution(AccessTree puntEntrada, AccessTreeExecution execucio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
updateExecution
AccessTreeExecution updateExecution(AccessTree puntEntrada, AccessTreeExecution execucio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
create
AccessTree create(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findApplicationAccessById
AccessTree findApplicationAccessById(long id) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findRoot
AccessTree findRoot() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
update
AccessTree update(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getScopeForAddress
String getScopeForAddress(String address) throws InternalErrorException
- Throws:
InternalErrorException
-
validateXMLApplicationAccess
String validateXMLApplicationAccess(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findChildren
Collection<AccessTree> findChildren(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findMenuChildren
Collection<AccessTree> findMenuChildren(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findApplicationAccessByFilter
Collection<AccessTree> findApplicationAccessByFilter(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getAllApplications
Collection<Application> getAllApplications(Boolean aplicacioBuida) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getAllMimeTypeExecution
Collection<AccessTreeExecutionType> getAllMimeTypeExecution() throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getReverseApplicationAccessTree
Collection<String> getReverseApplicationAccessTree(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getAuthorizationsApplicationAcessTree
Collection<AccessTreeAuthorization> getAuthorizationsApplicationAcessTree(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
getExecutions
Collection<AccessTreeExecution> getExecutions(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
findAccessTreeByTextAndJsonQuery
List<AccessTree> findAccessTreeByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws InternalErrorException
- Throws:
InternalErrorException
-
delete
void delete(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
deleteAuthorization
void deleteAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
deleteExecution
void deleteExecution(AccessTree puntEntrada, AccessTreeExecution execucio) throws InternalErrorException, InternalErrorException
- Throws:
InternalErrorException
-
sortChildren
void sortChildren(long entryPointId) throws InternalErrorException
- Throws:
InternalErrorException
-
-