Package com.soffid.iam.service
Class NetworkServiceBase
- java.lang.Object
-
- com.soffid.iam.service.NetworkServiceBase
-
- All Implemented Interfaces:
com.soffid.iam.service.NetworkService
- Direct Known Subclasses:
NetworkServiceImpl
public abstract class NetworkServiceBase extends Object implements com.soffid.iam.service.NetworkService
Spring Service base class for
see com.soffid.iam.service.NetworkServicecom.soffid.iam.service.NetworkService, provides access to all services and entities referenced by this service.
-
-
Constructor Summary
Constructors Constructor Description NetworkServiceBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleancanLogin(String user, String host)com.soffid.iam.api.AdministratorAuthorizationToAccessHostcreate(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador)com.soffid.iam.api.Hostcreate(com.soffid.iam.api.Host maquina)com.soffid.iam.api.HostAliascreate(com.soffid.iam.api.HostAlias aliasMaquina)com.soffid.iam.api.Networkcreate(com.soffid.iam.api.Network xarxa)com.soffid.iam.api.NetworkAuthorizationcreate(com.soffid.iam.api.NetworkAuthorization accessList)com.soffid.iam.api.OsTypecreate(com.soffid.iam.api.OsType osType)voiddelete(com.soffid.iam.api.Host maquina)voiddelete(com.soffid.iam.api.HostAlias aliasMaquina)voiddelete(com.soffid.iam.api.Network xarxa)voiddelete(com.soffid.iam.api.NetworkAuthorization accessList)voiddelete(com.soffid.iam.api.OsType osType)LongfindAccessLevelByHostNameAndNetworkName(String nomMaquina, String codiXarxa)List<com.soffid.iam.api.HostAlias>findAliasByHostName(String nomMaquina)List<com.soffid.iam.api.NetworkAuthorization>findALLNetworkAuthorizationsByUserName(String codiUsuari)List<com.soffid.iam.api.OsType>findAllOSTypes()List<com.soffid.iam.api.AdministratorAuthorizationToAccessHost>findAuthorizationsToAccessHostWithAdministratorRigthsByHostsAndRequestDate(String nomHost, String dataPeticio, String dataCaducitat)List<com.soffid.iam.api.Host>findHostByFilter(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca)List<com.soffid.iam.api.Host>findHostByFilterUnrestricted(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca)com.soffid.iam.api.HostfindHostById(Long idMaquina)com.soffid.iam.api.HostfindHostByIp(String ip)com.soffid.iam.api.HostfindHostByName(String nom)com.soffid.iam.api.HostfindHostBySerialNumber(String serialNumber)com.soffid.iam.api.PagedResult<com.soffid.iam.api.Host>findHostByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)com.soffid.iam.api.AsyncList<com.soffid.iam.api.Host>findHostByTextAndJsonQueryAsync(String text, String jsonQuery)List<com.soffid.iam.api.Host>findHostsByNetwork(com.soffid.iam.api.Network xarxa)List<com.soffid.iam.api.Host>findHostsByNetwork_Discovery(com.soffid.iam.api.Network parent, String text)List<com.soffid.iam.api.Identity>findIdentitiesByName(String codi)com.soffid.iam.api.IdentityfindIdentityByName(String codi)List<com.soffid.iam.api.NetworkAuthorization>findNetworkAuthorizationsByGroupName(String codiGrup)com.soffid.iam.api.NetworkAuthorizationfindNetworkAuthorizationsByNetworkNameAndIdentityName(String codiXarxa, String codiIdentitat)List<com.soffid.iam.api.NetworkAuthorization>findNetworkAuthorizationsByRoleName(String nomRol)List<com.soffid.iam.api.NetworkAuthorization>findNetworkAuthorizationsByUserName(String codiUsuari)List<com.soffid.iam.api.Network>findNetworkByFilter(String codi, String adreca, String descripcio, String mascara, String normalitzada, String dhcp, String maquina)com.soffid.iam.api.NetworkfindNetworkByIpAddress(String ipAdress)com.soffid.iam.api.NetworkfindNetworkByName(String codi)List<com.soffid.iam.api.Network>findNetworkByText_Discovery(String text)com.soffid.iam.api.PagedResult<com.soffid.iam.api.Network>findNetworkByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)com.soffid.iam.api.AsyncList<com.soffid.iam.api.Network>findNetworkByTextAndJsonQueryAsync(String text, String jsonQuery)List<com.soffid.iam.api.Host>findOfficeHostUserByFilter(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca, String servidorImpressores)com.soffid.iam.api.OsTypefindOSTypeById(Long osId)com.soffid.iam.api.OsTypefindOSTypeByName(String osName)List<com.soffid.iam.api.Session>findSessionsByHostName(String codiMaquina)AccessLogEntityDaogetAccessLogEntityDao()Gets reference toregistreAccesEntityDao.List<com.soffid.iam.api.NetworkAuthorization>getACL(com.soffid.iam.api.Network xarxa)com.soffid.iam.service.ApplicationServicegetApplicationService()Gets reference toaplicacioService.com.soffid.iam.service.AsyncRunnerServicegetAsyncRunnerService()Gets reference toasyncRunnerService.AttributeValidationServicegetAttributeValidationService()Gets reference toattributeValidationService.AuditEntityDaogetAuditEntityDao()Gets reference toauditoriaEntityDao.LonggetAvailableIPs(String codiXarxa)com.soffid.iam.service.DispatcherServicegetDispatcherService()Gets reference todispatcherService.EntryPointEntityDaogetEntryPointEntityDao()Gets reference topuntEntradaEntityDao.com.soffid.iam.service.EntryPointServicegetEntryPointService()Gets reference topuntEntradaService.StringgetFirstAvailableIP(String codiXarxa)GroupEntityDaogetGroupEntityDao()Gets reference togrupEntityDao.com.soffid.iam.service.GroupServicegetGroupService()Gets reference togrupService.List<com.soffid.iam.api.Host>getHomeServers()HostAdminEntityDaogetHostAdminEntityDao()Gets reference toautoritzacioAccesHostComAdministradorEntityDao.String[]getHostAdminUserAndPassword(String nomMaquina)HostAliasEntityDaogetHostAliasEntityDao()Gets reference toaliasMaquinaEntityDao.HostAttributeEntityDaogetHostAttributeEntityDao()Gets reference tohostAttributeEntityDao.HostEntityDaogetHostEntityDao()Gets reference tomaquinaEntityDao.HostEntryPointEntityDaogetHostEntryPointEntityDao()Gets reference tohostEntryPointEntityDao.List<com.soffid.iam.api.Host>getHosts()HostSystemEntityDaogetHostSystemEntityDao()Gets reference tohostSystemEntityDao.List<com.soffid.iam.api.Host>getMailServers()MetaDataEntityDaogetMetaDataEntityDao()Gets reference totipusDadaEntityDao.NetworkAuthorizationEntityDaogetNetworkAuthorizationEntityDao()Gets reference toxarxaACEntityDao.NetworkDiscoverRangeEntityDaogetNetworkDiscoverRangeEntityDao()Gets reference tonetworkDiscoverRangeEntityDao.NetworkEntityDaogetNetworkEntityDao()Gets reference toxarxaEntityDao.List<com.soffid.iam.api.Network>getNetworks()LonggetNotAvailableIPs(String codiXarxa)OsTypeEntityDaogetOsTypeEntityDao()Gets reference toosTypeEntityDao.protected PrincipalgetPrincipal()Gets the currentprincipalif one has been set, otherwise returnsnull.com.soffid.iam.service.PrinterServicegetPrinterService()Gets reference toimpressoraService.List<com.soffid.iam.api.Host>getProfileServers()RoleEntityDaogetRoleEntityDao()Gets reference torolEntityDao.SessionEntityDaogetSessionEntityDao()Gets reference tosessioEntityDao.SystemEntityDaogetSystemEntityDao()Gets reference todispatcherEntityDao.TaskEntityDaogetTaskEntityDao()Gets reference totasqueEntityDao.String[]getTasks(String nomMaquina)UserEntityDaogetUserEntityDao()Gets reference tousuariEntityDao.com.soffid.iam.service.UserServicegetUserService()Gets reference tousuariService.protected abstract booleanhandleCanLogin(String user, String host)protected abstract com.soffid.iam.api.AdministratorAuthorizationToAccessHosthandleCreate(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador)protected abstract com.soffid.iam.api.HosthandleCreate(com.soffid.iam.api.Host maquina)protected abstract com.soffid.iam.api.HostAliashandleCreate(com.soffid.iam.api.HostAlias aliasMaquina)protected abstract com.soffid.iam.api.NetworkhandleCreate(com.soffid.iam.api.Network xarxa)protected abstract com.soffid.iam.api.NetworkAuthorizationhandleCreate(com.soffid.iam.api.NetworkAuthorization accessList)protected abstract com.soffid.iam.api.OsTypehandleCreate(com.soffid.iam.api.OsType osType)protected abstract voidhandleDelete(com.soffid.iam.api.Host maquina)protected abstract voidhandleDelete(com.soffid.iam.api.HostAlias aliasMaquina)protected abstract voidhandleDelete(com.soffid.iam.api.Network xarxa)protected abstract voidhandleDelete(com.soffid.iam.api.NetworkAuthorization accessList)protected abstract voidhandleDelete(com.soffid.iam.api.OsType osType)protected abstract LonghandleFindAccessLevelByHostNameAndNetworkName(String nomMaquina, String codiXarxa)protected abstract List<com.soffid.iam.api.HostAlias>handleFindAliasByHostName(String nomMaquina)protected abstract List<com.soffid.iam.api.NetworkAuthorization>handleFindALLNetworkAuthorizationsByUserName(String codiUsuari)protected abstract List<com.soffid.iam.api.OsType>handleFindAllOSTypes()protected abstract List<com.soffid.iam.api.AdministratorAuthorizationToAccessHost>handleFindAuthorizationsToAccessHostWithAdministratorRigthsByHostsAndRequestDate(String nomHost, String dataPeticio, String dataCaducitat)protected abstract List<com.soffid.iam.api.Host>handleFindHostByFilter(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca)protected abstract List<com.soffid.iam.api.Host>handleFindHostByFilterUnrestricted(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca)protected abstract com.soffid.iam.api.HosthandleFindHostById(Long idMaquina)protected abstract com.soffid.iam.api.HosthandleFindHostByIp(String ip)protected abstract com.soffid.iam.api.HosthandleFindHostByName(String nom)protected abstract com.soffid.iam.api.HosthandleFindHostBySerialNumber(String serialNumber)protected abstract com.soffid.iam.api.PagedResult<com.soffid.iam.api.Host>handleFindHostByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)protected abstract com.soffid.iam.api.AsyncList<com.soffid.iam.api.Host>handleFindHostByTextAndJsonQueryAsync(String text, String jsonQuery)protected abstract List<com.soffid.iam.api.Host>handleFindHostsByNetwork(com.soffid.iam.api.Network xarxa)protected abstract List<com.soffid.iam.api.Host>handleFindHostsByNetwork_Discovery(com.soffid.iam.api.Network parent, String text)protected abstract List<com.soffid.iam.api.Identity>handleFindIdentitiesByName(String codi)protected abstract com.soffid.iam.api.IdentityhandleFindIdentityByName(String codi)protected abstract List<com.soffid.iam.api.NetworkAuthorization>handleFindNetworkAuthorizationsByGroupName(String codiGrup)protected abstract com.soffid.iam.api.NetworkAuthorizationhandleFindNetworkAuthorizationsByNetworkNameAndIdentityName(String codiXarxa, String codiIdentitat)protected abstract List<com.soffid.iam.api.NetworkAuthorization>handleFindNetworkAuthorizationsByRoleName(String nomRol)protected abstract List<com.soffid.iam.api.NetworkAuthorization>handleFindNetworkAuthorizationsByUserName(String codiUsuari)protected abstract List<com.soffid.iam.api.Network>handleFindNetworkByFilter(String codi, String adreca, String descripcio, String mascara, String normalitzada, String dhcp, String maquina)protected abstract com.soffid.iam.api.NetworkhandleFindNetworkByIpAddress(String ipAdress)protected abstract com.soffid.iam.api.NetworkhandleFindNetworkByName(String codi)protected abstract List<com.soffid.iam.api.Network>handleFindNetworkByText_Discovery(String text)protected abstract com.soffid.iam.api.PagedResult<com.soffid.iam.api.Network>handleFindNetworkByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize)protected abstract com.soffid.iam.api.AsyncList<com.soffid.iam.api.Network>handleFindNetworkByTextAndJsonQueryAsync(String text, String jsonQuery)protected abstract List<com.soffid.iam.api.Host>handleFindOfficeHostUserByFilter(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca, String servidorImpressores)protected abstract com.soffid.iam.api.OsTypehandleFindOSTypeById(Long osId)protected abstract com.soffid.iam.api.OsTypehandleFindOSTypeByName(String osName)protected abstract List<com.soffid.iam.api.Session>handleFindSessionsByHostName(String codiMaquina)protected abstract List<com.soffid.iam.api.NetworkAuthorization>handleGetACL(com.soffid.iam.api.Network xarxa)protected abstract LonghandleGetAvailableIPs(String codiXarxa)protected abstract StringhandleGetFirstAvailableIP(String codiXarxa)protected abstract List<com.soffid.iam.api.Host>handleGetHomeServers()protected abstract String[]handleGetHostAdminUserAndPassword(String nomMaquina)protected abstract List<com.soffid.iam.api.Host>handleGetHosts()protected abstract List<com.soffid.iam.api.Host>handleGetMailServers()protected abstract List<com.soffid.iam.api.Network>handleGetNetworks()protected abstract LonghandleGetNotAvailableIPs(String codiXarxa)protected abstract List<com.soffid.iam.api.Host>handleGetProfileServers()protected abstract String[]handleGetTasks(String nomMaquina)protected abstract BooleanhandleHasAnyACLNetworks(String codiUsuari)protected abstract BooleanhandleHasManagedNetwork()protected abstract BooleanhandleHasNetworkAccess(String codiUsuari, String codiXarxa)protected abstract BooleanhandleIsManaged(String codiXarxa)protected abstract BooleanhandleLaunchVNC(Long sessioId)protected abstract com.soffid.iam.api.HosthandleRegisterDynamicIP(String nomMaquina, String ip, String serialNumber)protected abstract com.soffid.iam.api.AdministratorAuthorizationToAccessHosthandleRevokeAdministratorAccessHost(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador)protected abstract voidhandleSetAdministratorPassword(String nomMaquina, String adminUser, String adminPass)protected abstract voidhandleUpdate(com.soffid.iam.api.Host maquina)protected abstract voidhandleUpdate(com.soffid.iam.api.HostAlias aliasMaquina)protected abstract voidhandleUpdate(com.soffid.iam.api.Network xarxa)protected abstract com.soffid.iam.api.NetworkAuthorizationhandleUpdate(com.soffid.iam.api.NetworkAuthorization accessList)protected abstract voidhandleUpdate(com.soffid.iam.api.OsType osType)BooleanhasAnyACLNetworks(String codiUsuari)BooleanhasManagedNetwork()BooleanhasNetworkAccess(String codiUsuari, String codiXarxa)BooleanisManaged(String codiXarxa)BooleanlaunchVNC(Long sessioId)com.soffid.iam.api.HostregisterDynamicIP(String nomMaquina, String ip, String serialNumber)com.soffid.iam.api.AdministratorAuthorizationToAccessHostrevokeAdministratorAccessHost(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador)voidsetAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)Sets reference toregistreAccesEntityDao.voidsetAdministratorPassword(String nomMaquina, String adminUser, String adminPass)voidsetApplicationService(com.soffid.iam.service.ApplicationService aplicacioService)Sets reference toaplicacioService.voidsetAsyncRunnerService(com.soffid.iam.service.AsyncRunnerService asyncRunnerService)Sets reference toasyncRunnerService.voidsetAttributeValidationService(AttributeValidationService attributeValidationService)Sets reference toattributeValidationService.voidsetAuditEntityDao(AuditEntityDao auditoriaEntityDao)Sets reference toauditoriaEntityDao.voidsetDispatcherService(com.soffid.iam.service.DispatcherService dispatcherService)Sets reference todispatcherService.voidsetEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)Sets reference topuntEntradaEntityDao.voidsetEntryPointService(com.soffid.iam.service.EntryPointService puntEntradaService)Sets reference topuntEntradaService.voidsetGroupEntityDao(GroupEntityDao grupEntityDao)Sets reference togrupEntityDao.voidsetGroupService(com.soffid.iam.service.GroupService grupService)Sets reference togrupService.voidsetHostAdminEntityDao(HostAdminEntityDao autoritzacioAccesHostComAdministradorEntityDao)Sets reference toautoritzacioAccesHostComAdministradorEntityDao.voidsetHostAliasEntityDao(HostAliasEntityDao aliasMaquinaEntityDao)Sets reference toaliasMaquinaEntityDao.voidsetHostAttributeEntityDao(HostAttributeEntityDao hostAttributeEntityDao)Sets reference tohostAttributeEntityDao.voidsetHostEntityDao(HostEntityDao maquinaEntityDao)Sets reference tomaquinaEntityDao.voidsetHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)Sets reference tohostEntryPointEntityDao.voidsetHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)Sets reference tohostSystemEntityDao.voidsetMetaDataEntityDao(MetaDataEntityDao tipusDadaEntityDao)Sets reference totipusDadaEntityDao.voidsetNetworkAuthorizationEntityDao(NetworkAuthorizationEntityDao xarxaACEntityDao)Sets reference toxarxaACEntityDao.voidsetNetworkDiscoverRangeEntityDao(NetworkDiscoverRangeEntityDao networkDiscoverRangeEntityDao)Sets reference tonetworkDiscoverRangeEntityDao.voidsetNetworkEntityDao(NetworkEntityDao xarxaEntityDao)Sets reference toxarxaEntityDao.voidsetOsTypeEntityDao(OsTypeEntityDao osTypeEntityDao)Sets reference toosTypeEntityDao.voidsetPrinterService(com.soffid.iam.service.PrinterService impressoraService)Sets reference toimpressoraService.voidsetRoleEntityDao(RoleEntityDao rolEntityDao)Sets reference torolEntityDao.voidsetSessionEntityDao(SessionEntityDao sessioEntityDao)Sets reference tosessioEntityDao.voidsetSystemEntityDao(SystemEntityDao dispatcherEntityDao)Sets reference todispatcherEntityDao.voidsetTaskEntityDao(TaskEntityDao tasqueEntityDao)Sets reference totasqueEntityDao.voidsetUserEntityDao(UserEntityDao usuariEntityDao)Sets reference tousuariEntityDao.voidsetUserService(com.soffid.iam.service.UserService usuariService)Sets reference tousuariService.voidupdate(com.soffid.iam.api.Host maquina)voidupdate(com.soffid.iam.api.HostAlias aliasMaquina)voidupdate(com.soffid.iam.api.Network xarxa)com.soffid.iam.api.NetworkAuthorizationupdate(com.soffid.iam.api.NetworkAuthorization accessList)voidupdate(com.soffid.iam.api.OsType osType)
-
-
-
Method Detail
-
setHostAliasEntityDao
public void setHostAliasEntityDao(HostAliasEntityDao aliasMaquinaEntityDao)
Sets reference toaliasMaquinaEntityDao.
-
getHostAliasEntityDao
public HostAliasEntityDao getHostAliasEntityDao()
Gets reference toaliasMaquinaEntityDao.
-
setApplicationService
public void setApplicationService(com.soffid.iam.service.ApplicationService aplicacioService)
Sets reference toaplicacioService.
-
getApplicationService
public com.soffid.iam.service.ApplicationService getApplicationService()
Gets reference toaplicacioService.
-
setAsyncRunnerService
public void setAsyncRunnerService(com.soffid.iam.service.AsyncRunnerService asyncRunnerService)
Sets reference toasyncRunnerService.
-
getAsyncRunnerService
public com.soffid.iam.service.AsyncRunnerService getAsyncRunnerService()
Gets reference toasyncRunnerService.
-
setAttributeValidationService
public void setAttributeValidationService(AttributeValidationService attributeValidationService)
Sets reference toattributeValidationService.
-
getAttributeValidationService
public AttributeValidationService getAttributeValidationService()
Gets reference toattributeValidationService.
-
setAuditEntityDao
public void setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao.
-
getAuditEntityDao
public AuditEntityDao getAuditEntityDao()
Gets reference toauditoriaEntityDao.
-
setHostAdminEntityDao
public void setHostAdminEntityDao(HostAdminEntityDao autoritzacioAccesHostComAdministradorEntityDao)
Sets reference toautoritzacioAccesHostComAdministradorEntityDao.
-
getHostAdminEntityDao
public HostAdminEntityDao getHostAdminEntityDao()
Gets reference toautoritzacioAccesHostComAdministradorEntityDao.
-
setSystemEntityDao
public void setSystemEntityDao(SystemEntityDao dispatcherEntityDao)
Sets reference todispatcherEntityDao.
-
getSystemEntityDao
public SystemEntityDao getSystemEntityDao()
Gets reference todispatcherEntityDao.
-
setDispatcherService
public void setDispatcherService(com.soffid.iam.service.DispatcherService dispatcherService)
Sets reference todispatcherService.
-
getDispatcherService
public com.soffid.iam.service.DispatcherService getDispatcherService()
Gets reference todispatcherService.
-
setGroupEntityDao
public void setGroupEntityDao(GroupEntityDao grupEntityDao)
Sets reference togrupEntityDao.
-
getGroupEntityDao
public GroupEntityDao getGroupEntityDao()
Gets reference togrupEntityDao.
-
setGroupService
public void setGroupService(com.soffid.iam.service.GroupService grupService)
Sets reference togrupService.
-
getGroupService
public com.soffid.iam.service.GroupService getGroupService()
Gets reference togrupService.
-
setHostAttributeEntityDao
public void setHostAttributeEntityDao(HostAttributeEntityDao hostAttributeEntityDao)
Sets reference tohostAttributeEntityDao.
-
getHostAttributeEntityDao
public HostAttributeEntityDao getHostAttributeEntityDao()
Gets reference tohostAttributeEntityDao.
-
setHostEntryPointEntityDao
public void setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)
Sets reference tohostEntryPointEntityDao.
-
getHostEntryPointEntityDao
public HostEntryPointEntityDao getHostEntryPointEntityDao()
Gets reference tohostEntryPointEntityDao.
-
setHostSystemEntityDao
public void setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)
Sets reference tohostSystemEntityDao.
-
getHostSystemEntityDao
public HostSystemEntityDao getHostSystemEntityDao()
Gets reference tohostSystemEntityDao.
-
setPrinterService
public void setPrinterService(com.soffid.iam.service.PrinterService impressoraService)
Sets reference toimpressoraService.
-
getPrinterService
public com.soffid.iam.service.PrinterService getPrinterService()
Gets reference toimpressoraService.
-
setHostEntityDao
public void setHostEntityDao(HostEntityDao maquinaEntityDao)
Sets reference tomaquinaEntityDao.
-
getHostEntityDao
public HostEntityDao getHostEntityDao()
Gets reference tomaquinaEntityDao.
-
setNetworkDiscoverRangeEntityDao
public void setNetworkDiscoverRangeEntityDao(NetworkDiscoverRangeEntityDao networkDiscoverRangeEntityDao)
Sets reference tonetworkDiscoverRangeEntityDao.
-
getNetworkDiscoverRangeEntityDao
public NetworkDiscoverRangeEntityDao getNetworkDiscoverRangeEntityDao()
Gets reference tonetworkDiscoverRangeEntityDao.
-
setOsTypeEntityDao
public void setOsTypeEntityDao(OsTypeEntityDao osTypeEntityDao)
Sets reference toosTypeEntityDao.
-
getOsTypeEntityDao
public OsTypeEntityDao getOsTypeEntityDao()
Gets reference toosTypeEntityDao.
-
setEntryPointEntityDao
public void setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao.
-
getEntryPointEntityDao
public EntryPointEntityDao getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao.
-
setEntryPointService
public void setEntryPointService(com.soffid.iam.service.EntryPointService puntEntradaService)
Sets reference topuntEntradaService.
-
getEntryPointService
public com.soffid.iam.service.EntryPointService getEntryPointService()
Gets reference topuntEntradaService.
-
setAccessLogEntityDao
public void setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)
Sets reference toregistreAccesEntityDao.
-
getAccessLogEntityDao
public AccessLogEntityDao getAccessLogEntityDao()
Gets reference toregistreAccesEntityDao.
-
setRoleEntityDao
public void setRoleEntityDao(RoleEntityDao rolEntityDao)
Sets reference torolEntityDao.
-
getRoleEntityDao
public RoleEntityDao getRoleEntityDao()
Gets reference torolEntityDao.
-
setSessionEntityDao
public void setSessionEntityDao(SessionEntityDao sessioEntityDao)
Sets reference tosessioEntityDao.
-
getSessionEntityDao
public SessionEntityDao getSessionEntityDao()
Gets reference tosessioEntityDao.
-
setTaskEntityDao
public void setTaskEntityDao(TaskEntityDao tasqueEntityDao)
Sets reference totasqueEntityDao.
-
getTaskEntityDao
public TaskEntityDao getTaskEntityDao()
Gets reference totasqueEntityDao.
-
setMetaDataEntityDao
public void setMetaDataEntityDao(MetaDataEntityDao tipusDadaEntityDao)
Sets reference totipusDadaEntityDao.
-
getMetaDataEntityDao
public MetaDataEntityDao getMetaDataEntityDao()
Gets reference totipusDadaEntityDao.
-
setUserEntityDao
public void setUserEntityDao(UserEntityDao usuariEntityDao)
Sets reference tousuariEntityDao.
-
getUserEntityDao
public UserEntityDao getUserEntityDao()
Gets reference tousuariEntityDao.
-
setUserService
public void setUserService(com.soffid.iam.service.UserService usuariService)
Sets reference tousuariService.
-
getUserService
public com.soffid.iam.service.UserService getUserService()
Gets reference tousuariService.
-
setNetworkAuthorizationEntityDao
public void setNetworkAuthorizationEntityDao(NetworkAuthorizationEntityDao xarxaACEntityDao)
Sets reference toxarxaACEntityDao.
-
getNetworkAuthorizationEntityDao
public NetworkAuthorizationEntityDao getNetworkAuthorizationEntityDao()
Gets reference toxarxaACEntityDao.
-
setNetworkEntityDao
public void setNetworkEntityDao(NetworkEntityDao xarxaEntityDao)
Sets reference toxarxaEntityDao.
-
getNetworkEntityDao
public NetworkEntityDao getNetworkEntityDao()
Gets reference toxarxaEntityDao.
-
canLogin
@Transactional(rollbackFor=java.lang.Exception.class) public boolean canLogin(String user, String host) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
canLoginin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCanLogin
protected abstract boolean handleCanLogin(String user, String host) throws Exception
- Throws:
Exception
-
findHostByTextAndJsonQueryAsync
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AsyncList<com.soffid.iam.api.Host> findHostByTextAndJsonQueryAsync(String text, String jsonQuery) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findHostByTextAndJsonQueryAsyncin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindHostByTextAndJsonQueryAsync
protected abstract com.soffid.iam.api.AsyncList<com.soffid.iam.api.Host> handleFindHostByTextAndJsonQueryAsync(String text, String jsonQuery) throws Exception
- Throws:
Exception
-
findNetworkByTextAndJsonQueryAsync
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AsyncList<com.soffid.iam.api.Network> findNetworkByTextAndJsonQueryAsync(String text, String jsonQuery) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findNetworkByTextAndJsonQueryAsyncin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindNetworkByTextAndJsonQueryAsync
protected abstract com.soffid.iam.api.AsyncList<com.soffid.iam.api.Network> handleFindNetworkByTextAndJsonQueryAsync(String text, String jsonQuery) throws Exception
- Throws:
Exception
-
findHostByTextAndJsonQuery
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.PagedResult<com.soffid.iam.api.Host> findHostByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findHostByTextAndJsonQueryin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindHostByTextAndJsonQuery
protected abstract com.soffid.iam.api.PagedResult<com.soffid.iam.api.Host> handleFindHostByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws Exception
- Throws:
Exception
-
findNetworkByTextAndJsonQuery
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.PagedResult<com.soffid.iam.api.Network> findNetworkByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findNetworkByTextAndJsonQueryin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindNetworkByTextAndJsonQuery
protected abstract com.soffid.iam.api.PagedResult<com.soffid.iam.api.Network> handleFindNetworkByTextAndJsonQuery(String text, String jsonQuery, Integer start, Integer pageSize) throws Exception
- Throws:
Exception
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.HostAlias create(com.soffid.iam.api.HostAlias aliasMaquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCreate
protected abstract com.soffid.iam.api.HostAlias handleCreate(com.soffid.iam.api.HostAlias aliasMaquina) throws Exception- Throws:
Exception
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AdministratorAuthorizationToAccessHost create(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCreate
protected abstract com.soffid.iam.api.AdministratorAuthorizationToAccessHost handleCreate(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador) throws Exception- Throws:
Exception
-
revokeAdministratorAccessHost
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.AdministratorAuthorizationToAccessHost revokeAdministratorAccessHost(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
revokeAdministratorAccessHostin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleRevokeAdministratorAccessHost
protected abstract com.soffid.iam.api.AdministratorAuthorizationToAccessHost handleRevokeAdministratorAccessHost(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador) throws Exception- Throws:
Exception
-
findIdentityByName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.Identity findIdentityByName(String codi) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findIdentityByNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindIdentityByName
protected abstract com.soffid.iam.api.Identity handleFindIdentityByName(String codi) throws Exception
- Throws:
Exception
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.Host create(com.soffid.iam.api.Host maquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCreate
protected abstract com.soffid.iam.api.Host handleCreate(com.soffid.iam.api.Host maquina) throws Exception- Throws:
Exception
-
findHostById
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.Host findHostById(Long idMaquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findHostByIdin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindHostById
protected abstract com.soffid.iam.api.Host handleFindHostById(Long idMaquina) throws Exception
- Throws:
Exception
-
findHostByIp
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.Host findHostByIp(String ip) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findHostByIpin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindHostByIp
protected abstract com.soffid.iam.api.Host handleFindHostByIp(String ip) throws Exception
- Throws:
Exception
-
findHostByName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.Host findHostByName(String nom) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findHostByNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindHostByName
protected abstract com.soffid.iam.api.Host handleFindHostByName(String nom) throws Exception
- Throws:
Exception
-
findHostBySerialNumber
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.Host findHostBySerialNumber(String serialNumber) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findHostBySerialNumberin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindHostBySerialNumber
protected abstract com.soffid.iam.api.Host handleFindHostBySerialNumber(String serialNumber) throws Exception
- Throws:
Exception
-
registerDynamicIP
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackForClassName="java.lang.Exception", noRollbackForClassName={"es.caib.seycon.ng.exception.UnknownNetworkException","es.caib.seycon.ng.exception.UnknownHostException"}) public com.soffid.iam.api.Host registerDynamicIP(String nomMaquina, String ip, String serialNumber) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.UnknownHostException, es.caib.seycon.ng.exception.UnknownNetworkException- Specified by:
registerDynamicIPin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorExceptiones.caib.seycon.ng.exception.UnknownHostExceptiones.caib.seycon.ng.exception.UnknownNetworkException
-
handleRegisterDynamicIP
protected abstract com.soffid.iam.api.Host handleRegisterDynamicIP(String nomMaquina, String ip, String serialNumber) throws Exception
- Throws:
Exception
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.NetworkAuthorization create(com.soffid.iam.api.NetworkAuthorization accessList) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCreate
protected abstract com.soffid.iam.api.NetworkAuthorization handleCreate(com.soffid.iam.api.NetworkAuthorization accessList) throws Exception- Throws:
Exception
-
findNetworkAuthorizationsByNetworkNameAndIdentityName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.NetworkAuthorization findNetworkAuthorizationsByNetworkNameAndIdentityName(String codiXarxa, String codiIdentitat) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findNetworkAuthorizationsByNetworkNameAndIdentityNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindNetworkAuthorizationsByNetworkNameAndIdentityName
protected abstract com.soffid.iam.api.NetworkAuthorization handleFindNetworkAuthorizationsByNetworkNameAndIdentityName(String codiXarxa, String codiIdentitat) throws Exception
- Throws:
Exception
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.NetworkAuthorization update(com.soffid.iam.api.NetworkAuthorization accessList) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleUpdate
protected abstract com.soffid.iam.api.NetworkAuthorization handleUpdate(com.soffid.iam.api.NetworkAuthorization accessList) throws Exception- Throws:
Exception
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.OsType create(com.soffid.iam.api.OsType osType) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCreate
protected abstract com.soffid.iam.api.OsType handleCreate(com.soffid.iam.api.OsType osType) throws Exception- Throws:
Exception
-
findOSTypeById
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.OsType findOSTypeById(Long osId) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findOSTypeByIdin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindOSTypeById
protected abstract com.soffid.iam.api.OsType handleFindOSTypeById(Long osId) throws Exception
- Throws:
Exception
-
findOSTypeByName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.OsType findOSTypeByName(String osName) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findOSTypeByNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindOSTypeByName
protected abstract com.soffid.iam.api.OsType handleFindOSTypeByName(String osName) throws Exception
- Throws:
Exception
-
create
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.Network create(com.soffid.iam.api.Network xarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
createin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleCreate
protected abstract com.soffid.iam.api.Network handleCreate(com.soffid.iam.api.Network xarxa) throws Exception- Throws:
Exception
-
findNetworkByIpAddress
@Transactional(rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.Network findNetworkByIpAddress(String ipAdress) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findNetworkByIpAddressin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindNetworkByIpAddress
protected abstract com.soffid.iam.api.Network handleFindNetworkByIpAddress(String ipAdress) throws Exception
- Throws:
Exception
-
findNetworkByName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public com.soffid.iam.api.Network findNetworkByName(String codi) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findNetworkByNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindNetworkByName
protected abstract com.soffid.iam.api.Network handleFindNetworkByName(String codi) throws Exception
- Throws:
Exception
-
isManaged
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Boolean isManaged(String codiXarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
isManagedin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleIsManaged
protected abstract Boolean handleIsManaged(String codiXarxa) throws Exception
- Throws:
Exception
-
hasAnyACLNetworks
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Boolean hasAnyACLNetworks(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
hasAnyACLNetworksin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleHasAnyACLNetworks
protected abstract Boolean handleHasAnyACLNetworks(String codiUsuari) throws Exception
- Throws:
Exception
-
launchVNC
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Boolean launchVNC(Long sessioId) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
launchVNCin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleLaunchVNC
protected abstract Boolean handleLaunchVNC(Long sessioId) throws Exception
- Throws:
Exception
-
hasNetworkAccess
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Boolean hasNetworkAccess(String codiUsuari, String codiXarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
hasNetworkAccessin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleHasNetworkAccess
protected abstract Boolean handleHasNetworkAccess(String codiUsuari, String codiXarxa) throws Exception
- Throws:
Exception
-
hasManagedNetwork
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Boolean hasManagedNetwork() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
hasManagedNetworkin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleHasManagedNetwork
protected abstract Boolean handleHasManagedNetwork() throws Exception
- Throws:
Exception
-
findAccessLevelByHostNameAndNetworkName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Long findAccessLevelByHostNameAndNetworkName(String nomMaquina, String codiXarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findAccessLevelByHostNameAndNetworkNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindAccessLevelByHostNameAndNetworkName
protected abstract Long handleFindAccessLevelByHostNameAndNetworkName(String nomMaquina, String codiXarxa) throws Exception
- Throws:
Exception
-
getAvailableIPs
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Long getAvailableIPs(String codiXarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getAvailableIPsin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetAvailableIPs
protected abstract Long handleGetAvailableIPs(String codiXarxa) throws Exception
- Throws:
Exception
-
getNotAvailableIPs
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public Long getNotAvailableIPs(String codiXarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getNotAvailableIPsin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetNotAvailableIPs
protected abstract Long handleGetNotAvailableIPs(String codiXarxa) throws Exception
- Throws:
Exception
-
getFirstAvailableIP
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public String getFirstAvailableIP(String codiXarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getFirstAvailableIPin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetFirstAvailableIP
protected abstract String handleGetFirstAvailableIP(String codiXarxa) throws Exception
- Throws:
Exception
-
getTasks
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public String[] getTasks(String nomMaquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getTasksin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetTasks
protected abstract String[] handleGetTasks(String nomMaquina) throws Exception
- Throws:
Exception
-
getHostAdminUserAndPassword
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public String[] getHostAdminUserAndPassword(String nomMaquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getHostAdminUserAndPasswordin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetHostAdminUserAndPassword
protected abstract String[] handleGetHostAdminUserAndPassword(String nomMaquina) throws Exception
- Throws:
Exception
-
findALLNetworkAuthorizationsByUserName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.NetworkAuthorization> findALLNetworkAuthorizationsByUserName(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findALLNetworkAuthorizationsByUserNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindALLNetworkAuthorizationsByUserName
protected abstract List<com.soffid.iam.api.NetworkAuthorization> handleFindALLNetworkAuthorizationsByUserName(String codiUsuari) throws Exception
- Throws:
Exception
-
findAliasByHostName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.HostAlias> findAliasByHostName(String nomMaquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findAliasByHostNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindAliasByHostName
protected abstract List<com.soffid.iam.api.HostAlias> handleFindAliasByHostName(String nomMaquina) throws Exception
- Throws:
Exception
-
findAllOSTypes
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.OsType> findAllOSTypes() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findAllOSTypesin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindAllOSTypes
protected abstract List<com.soffid.iam.api.OsType> handleFindAllOSTypes() throws Exception
- Throws:
Exception
-
findAuthorizationsToAccessHostWithAdministratorRigthsByHostsAndRequestDate
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.AdministratorAuthorizationToAccessHost> findAuthorizationsToAccessHostWithAdministratorRigthsByHostsAndRequestDate(String nomHost, String dataPeticio, String dataCaducitat) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findAuthorizationsToAccessHostWithAdministratorRigthsByHostsAndRequestDatein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindAuthorizationsToAccessHostWithAdministratorRigthsByHostsAndRequestDate
protected abstract List<com.soffid.iam.api.AdministratorAuthorizationToAccessHost> handleFindAuthorizationsToAccessHostWithAdministratorRigthsByHostsAndRequestDate(String nomHost, String dataPeticio, String dataCaducitat) throws Exception
- Throws:
Exception
-
findHostsByNetwork_Discovery
@Transactional(rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Host> findHostsByNetwork_Discovery(com.soffid.iam.api.Network parent, String text) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findHostsByNetwork_Discoveryin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindHostsByNetwork_Discovery
protected abstract List<com.soffid.iam.api.Host> handleFindHostsByNetwork_Discovery(com.soffid.iam.api.Network parent, String text) throws Exception
- Throws:
Exception
-
findIdentitiesByName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Identity> findIdentitiesByName(String codi) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findIdentitiesByNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindIdentitiesByName
protected abstract List<com.soffid.iam.api.Identity> handleFindIdentitiesByName(String codi) throws Exception
- Throws:
Exception
-
findHostByFilter
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Host> findHostByFilter(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findHostByFilterin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindHostByFilter
protected abstract List<com.soffid.iam.api.Host> handleFindHostByFilter(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca) throws Exception
- Throws:
Exception
-
findHostByFilterUnrestricted
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Host> findHostByFilterUnrestricted(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findHostByFilterUnrestrictedin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindHostByFilterUnrestricted
protected abstract List<com.soffid.iam.api.Host> handleFindHostByFilterUnrestricted(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca) throws Exception
- Throws:
Exception
-
findOfficeHostUserByFilter
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Host> findOfficeHostUserByFilter(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca, String servidorImpressores) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findOfficeHostUserByFilterin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindOfficeHostUserByFilter
protected abstract List<com.soffid.iam.api.Host> handleFindOfficeHostUserByFilter(String nom, String sistemaOperatiu, String adreca, String dhcp, String correu, String ofimatica, String alias, String mac, String descripcio, String xarxa, String usuari, Boolean restringeixCerca, String servidorImpressores) throws Exception
- Throws:
Exception
-
findHostsByNetwork
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Host> findHostsByNetwork(com.soffid.iam.api.Network xarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findHostsByNetworkin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindHostsByNetwork
protected abstract List<com.soffid.iam.api.Host> handleFindHostsByNetwork(com.soffid.iam.api.Network xarxa) throws Exception
- Throws:
Exception
-
findNetworkAuthorizationsByGroupName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.NetworkAuthorization> findNetworkAuthorizationsByGroupName(String codiGrup) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findNetworkAuthorizationsByGroupNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindNetworkAuthorizationsByGroupName
protected abstract List<com.soffid.iam.api.NetworkAuthorization> handleFindNetworkAuthorizationsByGroupName(String codiGrup) throws Exception
- Throws:
Exception
-
findNetworkAuthorizationsByUserName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.NetworkAuthorization> findNetworkAuthorizationsByUserName(String codiUsuari) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findNetworkAuthorizationsByUserNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindNetworkAuthorizationsByUserName
protected abstract List<com.soffid.iam.api.NetworkAuthorization> handleFindNetworkAuthorizationsByUserName(String codiUsuari) throws Exception
- Throws:
Exception
-
findNetworkAuthorizationsByRoleName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.NetworkAuthorization> findNetworkAuthorizationsByRoleName(String nomRol) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findNetworkAuthorizationsByRoleNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindNetworkAuthorizationsByRoleName
protected abstract List<com.soffid.iam.api.NetworkAuthorization> handleFindNetworkAuthorizationsByRoleName(String nomRol) throws Exception
- Throws:
Exception
-
findNetworkByText_Discovery
@Transactional(rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Network> findNetworkByText_Discovery(String text) throws es.caib.seycon.ng.exception.InternalErrorException
- Specified by:
findNetworkByText_Discoveryin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindNetworkByText_Discovery
protected abstract List<com.soffid.iam.api.Network> handleFindNetworkByText_Discovery(String text) throws Exception
- Throws:
Exception
-
findSessionsByHostName
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Session> findSessionsByHostName(String codiMaquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findSessionsByHostNamein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindSessionsByHostName
protected abstract List<com.soffid.iam.api.Session> handleFindSessionsByHostName(String codiMaquina) throws Exception
- Throws:
Exception
-
findNetworkByFilter
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Network> findNetworkByFilter(String codi, String adreca, String descripcio, String mascara, String normalitzada, String dhcp, String maquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
findNetworkByFilterin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleFindNetworkByFilter
protected abstract List<com.soffid.iam.api.Network> handleFindNetworkByFilter(String codi, String adreca, String descripcio, String mascara, String normalitzada, String dhcp, String maquina) throws Exception
- Throws:
Exception
-
getACL
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.NetworkAuthorization> getACL(com.soffid.iam.api.Network xarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getACLin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetACL
protected abstract List<com.soffid.iam.api.NetworkAuthorization> handleGetACL(com.soffid.iam.api.Network xarxa) throws Exception
- Throws:
Exception
-
getHosts
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Host> getHosts() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getHostsin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetHosts
protected abstract List<com.soffid.iam.api.Host> handleGetHosts() throws Exception
- Throws:
Exception
-
getMailServers
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Host> getMailServers() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getMailServersin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetMailServers
protected abstract List<com.soffid.iam.api.Host> handleGetMailServers() throws Exception
- Throws:
Exception
-
getHomeServers
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Host> getHomeServers() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getHomeServersin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetHomeServers
protected abstract List<com.soffid.iam.api.Host> handleGetHomeServers() throws Exception
- Throws:
Exception
-
getProfileServers
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Host> getProfileServers() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getProfileServersin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetProfileServers
protected abstract List<com.soffid.iam.api.Host> handleGetProfileServers() throws Exception
- Throws:
Exception
-
getNetworks
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public List<com.soffid.iam.api.Network> getNetworks() throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
getNetworksin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleGetNetworks
protected abstract List<com.soffid.iam.api.Network> handleGetNetworks() throws Exception
- Throws:
Exception
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(com.soffid.iam.api.HostAlias aliasMaquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleDelete
protected abstract void handleDelete(com.soffid.iam.api.HostAlias aliasMaquina) throws Exception- Throws:
Exception
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(com.soffid.iam.api.Host maquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleDelete
protected abstract void handleDelete(com.soffid.iam.api.Host maquina) throws Exception- Throws:
Exception
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(com.soffid.iam.api.NetworkAuthorization accessList) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleDelete
protected abstract void handleDelete(com.soffid.iam.api.NetworkAuthorization accessList) throws Exception- Throws:
Exception
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(com.soffid.iam.api.OsType osType) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleDelete
protected abstract void handleDelete(com.soffid.iam.api.OsType osType) throws Exception- Throws:
Exception
-
delete
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void delete(com.soffid.iam.api.Network xarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
deletein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleDelete
protected abstract void handleDelete(com.soffid.iam.api.Network xarxa) throws Exception- Throws:
Exception
-
setAdministratorPassword
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void setAdministratorPassword(String nomMaquina, String adminUser, String adminPass) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
setAdministratorPasswordin interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleSetAdministratorPassword
protected abstract void handleSetAdministratorPassword(String nomMaquina, String adminUser, String adminPass) throws Exception
- Throws:
Exception
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void update(com.soffid.iam.api.HostAlias aliasMaquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleUpdate
protected abstract void handleUpdate(com.soffid.iam.api.HostAlias aliasMaquina) throws Exception- Throws:
Exception
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void update(com.soffid.iam.api.Host maquina) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleUpdate
protected abstract void handleUpdate(com.soffid.iam.api.Host maquina) throws Exception- Throws:
Exception
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void update(com.soffid.iam.api.OsType osType) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleUpdate
protected abstract void handleUpdate(com.soffid.iam.api.OsType osType) throws Exception- Throws:
Exception
-
update
@Transactional(isolation=DEFAULT, propagation=REQUIRED, rollbackFor=java.lang.Exception.class) public void update(com.soffid.iam.api.Network xarxa) throws es.caib.seycon.ng.exception.InternalErrorException, es.caib.seycon.ng.exception.InternalErrorException- Specified by:
updatein interfacecom.soffid.iam.service.NetworkService- Throws:
es.caib.seycon.ng.exception.InternalErrorException
-
handleUpdate
protected abstract void handleUpdate(com.soffid.iam.api.Network xarxa) throws Exception- Throws:
Exception
-
getPrincipal
protected Principal getPrincipal()
Gets the currentprincipalif one has been set, otherwise returnsnull.- Returns:
- the current principal
-
-