Package com.soffid.iam.am.service.ejb
Interface EntryPointService
public interface EntryPointService
EJB EntryPointService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanapplicationAccessTreeHasAnyACL(String codiUsuari) booleancanAdmin(AccessTree puntEntrada) booleancanExecute(AccessTree puntEntrada) booleancanQuery(AccessTree puntEntrada) booleancanView(AccessTree puntEntrada) booleancopyApplicationAccess(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti) booleancopyApplicationAccessLink(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti) create(AccessTree puntEntrada) createAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio) createExecution(AccessTree puntEntrada, AccessTreeExecution execucio) voiddelete(AccessTree puntEntrada) voiddeleteAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio) voiddeleteExecution(AccessTree puntEntrada, AccessTreeExecution execucio) com.soffid.zkdb.api.PagedResult<AccessTree>findAccessTrees(com.soffid.zkdb.api.Query q) findApplicationAccessByFilter(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari) findApplicationAccessById(long id) findChildren(AccessTree puntEntrada) findMenuChildren(AccessTree puntEntrada) findRoot()getAuthorizationsApplicationAcessTree(AccessTree puntEntrada) getExecutions(AccessTree puntEntrada) getReverseApplicationAccessTree(AccessTree puntEntrada) getScopeForAddress(String address) booleanisAuthorized(AccessTree puntEntrada, String nivell) booleanisAuthorized(String codiUsuari, Long idPuntEntrada, String nivell) booleanmoveApplicationAccessTreeMenu(AccessTree puntEntradaMoure, AccessTree puntEntradaMenuDesti) booleanreorderApplicationAccess(AccessTree puntEntradaOrdenar, AccessTree puntEntradaSeguent) voidsortChildren(long entryPointId) update(AccessTree puntEntrada) updateExecution(AccessTree puntEntrada, AccessTreeExecution execucio) validateXMLApplicationAccess(AccessTree puntEntrada)
-
Method Details
-
canAdmin
-
canExecute
-
canQuery
-
canView
-
copyApplicationAccessLink
boolean copyApplicationAccessLink(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti) throws InternalErrorException, InternalErrorException -
copyApplicationAccess
boolean copyApplicationAccess(AccessTree puntEntradaCopiar, AccessTree puntEntradaMenuDesti) throws InternalErrorException, InternalErrorException -
isAuthorized
boolean isAuthorized(AccessTree puntEntrada, String nivell) throws InternalErrorException, InternalErrorException -
isAuthorized
boolean isAuthorized(String codiUsuari, Long idPuntEntrada, String nivell) throws InternalErrorException, InternalErrorException -
applicationAccessTreeHasAnyACL
boolean applicationAccessTreeHasAnyACL(String codiUsuari) throws InternalErrorException, InternalErrorException -
moveApplicationAccessTreeMenu
boolean moveApplicationAccessTreeMenu(AccessTree puntEntradaMoure, AccessTree puntEntradaMenuDesti) throws InternalErrorException, InternalErrorException -
reorderApplicationAccess
boolean reorderApplicationAccess(AccessTree puntEntradaOrdenar, AccessTree puntEntradaSeguent) throws InternalErrorException, InternalErrorException -
create
-
findApplicationAccessById
-
findRoot
-
update
-
createAuthorization
AccessTreeAuthorization createAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio) throws InternalErrorException, InternalErrorException -
createExecution
AccessTreeExecution createExecution(AccessTree puntEntrada, AccessTreeExecution execucio) throws InternalErrorException, InternalErrorException -
updateExecution
AccessTreeExecution updateExecution(AccessTree puntEntrada, AccessTreeExecution execucio) throws InternalErrorException, InternalErrorException -
findAccessTrees
com.soffid.zkdb.api.PagedResult<AccessTree> findAccessTrees(com.soffid.zkdb.api.Query q) throws InternalErrorException - Throws:
InternalErrorException
-
getScopeForAddress
- Throws:
InternalErrorException
-
validateXMLApplicationAccess
String validateXMLApplicationAccess(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException -
findChildren
Collection<AccessTree> findChildren(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException -
findMenuChildren
Collection<AccessTree> findMenuChildren(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException -
findApplicationAccessByFilter
Collection<AccessTree> findApplicationAccessByFilter(String nomPUE, String codiPUE, String codiAplicacio, String codiRol, String codiGrup, String codiUsuari) throws InternalErrorException, InternalErrorException -
getAllMimeTypeExecution
Collection<AccessTreeExecutionType> getAllMimeTypeExecution() throws InternalErrorException, InternalErrorException -
getReverseApplicationAccessTree
Collection<String> getReverseApplicationAccessTree(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException -
getAuthorizationsApplicationAcessTree
Collection<AccessTreeAuthorization> getAuthorizationsApplicationAcessTree(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException -
getExecutions
Collection<AccessTreeExecution> getExecutions(AccessTree puntEntrada) throws InternalErrorException, InternalErrorException -
delete
-
deleteAuthorization
void deleteAuthorization(AccessTree puntEntrada, AccessTreeAuthorization autoritzacio) throws InternalErrorException, InternalErrorException -
deleteExecution
void deleteExecution(AccessTree puntEntrada, AccessTreeExecution execucio) throws InternalErrorException, InternalErrorException -
sortChildren
- Throws:
InternalErrorException
-