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 boolean
canLogin(String user, String host)
com.soffid.iam.api.AdministratorAuthorizationToAccessHost
create(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador)
com.soffid.iam.api.Host
create(com.soffid.iam.api.Host maquina)
com.soffid.iam.api.HostAlias
create(com.soffid.iam.api.HostAlias aliasMaquina)
com.soffid.iam.api.Network
create(com.soffid.iam.api.Network xarxa)
com.soffid.iam.api.NetworkAuthorization
create(com.soffid.iam.api.NetworkAuthorization accessList)
com.soffid.iam.api.OsType
create(com.soffid.iam.api.OsType osType)
void
delete(com.soffid.iam.api.Host maquina)
void
delete(com.soffid.iam.api.HostAlias aliasMaquina)
void
delete(com.soffid.iam.api.Network xarxa)
void
delete(com.soffid.iam.api.NetworkAuthorization accessList)
void
delete(com.soffid.iam.api.OsType osType)
Long
findAccessLevelByHostNameAndNetworkName(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.Host
findHostById(Long idMaquina)
com.soffid.iam.api.Host
findHostByIp(String ip)
com.soffid.iam.api.Host
findHostByName(String nom)
com.soffid.iam.api.Host
findHostBySerialNumber(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.Identity
findIdentityByName(String codi)
List<com.soffid.iam.api.NetworkAuthorization>
findNetworkAuthorizationsByGroupName(String codiGrup)
com.soffid.iam.api.NetworkAuthorization
findNetworkAuthorizationsByNetworkNameAndIdentityName(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.Network
findNetworkByIpAddress(String ipAdress)
com.soffid.iam.api.Network
findNetworkByName(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.OsType
findOSTypeById(Long osId)
com.soffid.iam.api.OsType
findOSTypeByName(String osName)
List<com.soffid.iam.api.Session>
findSessionsByHostName(String codiMaquina)
AccessLogEntityDao
getAccessLogEntityDao()
Gets reference toregistreAccesEntityDao
.List<com.soffid.iam.api.NetworkAuthorization>
getACL(com.soffid.iam.api.Network xarxa)
com.soffid.iam.service.ApplicationService
getApplicationService()
Gets reference toaplicacioService
.com.soffid.iam.service.AsyncRunnerService
getAsyncRunnerService()
Gets reference toasyncRunnerService
.AttributeValidationService
getAttributeValidationService()
Gets reference toattributeValidationService
.AuditEntityDao
getAuditEntityDao()
Gets reference toauditoriaEntityDao
.Long
getAvailableIPs(String codiXarxa)
com.soffid.iam.service.DispatcherService
getDispatcherService()
Gets reference todispatcherService
.EntryPointEntityDao
getEntryPointEntityDao()
Gets reference topuntEntradaEntityDao
.com.soffid.iam.service.EntryPointService
getEntryPointService()
Gets reference topuntEntradaService
.String
getFirstAvailableIP(String codiXarxa)
GroupEntityDao
getGroupEntityDao()
Gets reference togrupEntityDao
.com.soffid.iam.service.GroupService
getGroupService()
Gets reference togrupService
.List<com.soffid.iam.api.Host>
getHomeServers()
HostAdminEntityDao
getHostAdminEntityDao()
Gets reference toautoritzacioAccesHostComAdministradorEntityDao
.String[]
getHostAdminUserAndPassword(String nomMaquina)
HostAliasEntityDao
getHostAliasEntityDao()
Gets reference toaliasMaquinaEntityDao
.HostAttributeEntityDao
getHostAttributeEntityDao()
Gets reference tohostAttributeEntityDao
.HostEntityDao
getHostEntityDao()
Gets reference tomaquinaEntityDao
.HostEntryPointEntityDao
getHostEntryPointEntityDao()
Gets reference tohostEntryPointEntityDao
.List<com.soffid.iam.api.Host>
getHosts()
HostSystemEntityDao
getHostSystemEntityDao()
Gets reference tohostSystemEntityDao
.List<com.soffid.iam.api.Host>
getMailServers()
MetaDataEntityDao
getMetaDataEntityDao()
Gets reference totipusDadaEntityDao
.NetworkAuthorizationEntityDao
getNetworkAuthorizationEntityDao()
Gets reference toxarxaACEntityDao
.NetworkDiscoverRangeEntityDao
getNetworkDiscoverRangeEntityDao()
Gets reference tonetworkDiscoverRangeEntityDao
.NetworkEntityDao
getNetworkEntityDao()
Gets reference toxarxaEntityDao
.List<com.soffid.iam.api.Network>
getNetworks()
Long
getNotAvailableIPs(String codiXarxa)
OsTypeEntityDao
getOsTypeEntityDao()
Gets reference toosTypeEntityDao
.protected Principal
getPrincipal()
Gets the currentprincipal
if one has been set, otherwise returnsnull
.com.soffid.iam.service.PrinterService
getPrinterService()
Gets reference toimpressoraService
.List<com.soffid.iam.api.Host>
getProfileServers()
RoleEntityDao
getRoleEntityDao()
Gets reference torolEntityDao
.SessionEntityDao
getSessionEntityDao()
Gets reference tosessioEntityDao
.SystemEntityDao
getSystemEntityDao()
Gets reference todispatcherEntityDao
.TaskEntityDao
getTaskEntityDao()
Gets reference totasqueEntityDao
.String[]
getTasks(String nomMaquina)
UserEntityDao
getUserEntityDao()
Gets reference tousuariEntityDao
.com.soffid.iam.service.UserService
getUserService()
Gets reference tousuariService
.protected abstract boolean
handleCanLogin(String user, String host)
protected abstract com.soffid.iam.api.AdministratorAuthorizationToAccessHost
handleCreate(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador)
protected abstract com.soffid.iam.api.Host
handleCreate(com.soffid.iam.api.Host maquina)
protected abstract com.soffid.iam.api.HostAlias
handleCreate(com.soffid.iam.api.HostAlias aliasMaquina)
protected abstract com.soffid.iam.api.Network
handleCreate(com.soffid.iam.api.Network xarxa)
protected abstract com.soffid.iam.api.NetworkAuthorization
handleCreate(com.soffid.iam.api.NetworkAuthorization accessList)
protected abstract com.soffid.iam.api.OsType
handleCreate(com.soffid.iam.api.OsType osType)
protected abstract void
handleDelete(com.soffid.iam.api.Host maquina)
protected abstract void
handleDelete(com.soffid.iam.api.HostAlias aliasMaquina)
protected abstract void
handleDelete(com.soffid.iam.api.Network xarxa)
protected abstract void
handleDelete(com.soffid.iam.api.NetworkAuthorization accessList)
protected abstract void
handleDelete(com.soffid.iam.api.OsType osType)
protected abstract Long
handleFindAccessLevelByHostNameAndNetworkName(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.Host
handleFindHostById(Long idMaquina)
protected abstract com.soffid.iam.api.Host
handleFindHostByIp(String ip)
protected abstract com.soffid.iam.api.Host
handleFindHostByName(String nom)
protected abstract com.soffid.iam.api.Host
handleFindHostBySerialNumber(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.Identity
handleFindIdentityByName(String codi)
protected abstract List<com.soffid.iam.api.NetworkAuthorization>
handleFindNetworkAuthorizationsByGroupName(String codiGrup)
protected abstract com.soffid.iam.api.NetworkAuthorization
handleFindNetworkAuthorizationsByNetworkNameAndIdentityName(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.Network
handleFindNetworkByIpAddress(String ipAdress)
protected abstract com.soffid.iam.api.Network
handleFindNetworkByName(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.OsType
handleFindOSTypeById(Long osId)
protected abstract com.soffid.iam.api.OsType
handleFindOSTypeByName(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 Long
handleGetAvailableIPs(String codiXarxa)
protected abstract String
handleGetFirstAvailableIP(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 Long
handleGetNotAvailableIPs(String codiXarxa)
protected abstract List<com.soffid.iam.api.Host>
handleGetProfileServers()
protected abstract String[]
handleGetTasks(String nomMaquina)
protected abstract Boolean
handleHasAnyACLNetworks(String codiUsuari)
protected abstract Boolean
handleHasManagedNetwork()
protected abstract Boolean
handleHasNetworkAccess(String codiUsuari, String codiXarxa)
protected abstract Boolean
handleIsManaged(String codiXarxa)
protected abstract Boolean
handleLaunchVNC(Long sessioId)
protected abstract com.soffid.iam.api.Host
handleRegisterDynamicIP(String nomMaquina, String ip, String serialNumber)
protected abstract com.soffid.iam.api.AdministratorAuthorizationToAccessHost
handleRevokeAdministratorAccessHost(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador)
protected abstract void
handleSetAdministratorPassword(String nomMaquina, String adminUser, String adminPass)
protected abstract void
handleUpdate(com.soffid.iam.api.Host maquina)
protected abstract void
handleUpdate(com.soffid.iam.api.HostAlias aliasMaquina)
protected abstract void
handleUpdate(com.soffid.iam.api.Network xarxa)
protected abstract com.soffid.iam.api.NetworkAuthorization
handleUpdate(com.soffid.iam.api.NetworkAuthorization accessList)
protected abstract void
handleUpdate(com.soffid.iam.api.OsType osType)
Boolean
hasAnyACLNetworks(String codiUsuari)
Boolean
hasManagedNetwork()
Boolean
hasNetworkAccess(String codiUsuari, String codiXarxa)
Boolean
isManaged(String codiXarxa)
Boolean
launchVNC(Long sessioId)
com.soffid.iam.api.Host
registerDynamicIP(String nomMaquina, String ip, String serialNumber)
com.soffid.iam.api.AdministratorAuthorizationToAccessHost
revokeAdministratorAccessHost(com.soffid.iam.api.AdministratorAuthorizationToAccessHost autoritzacioAccesComAdministrador)
void
setAccessLogEntityDao(AccessLogEntityDao registreAccesEntityDao)
Sets reference toregistreAccesEntityDao
.void
setAdministratorPassword(String nomMaquina, String adminUser, String adminPass)
void
setApplicationService(com.soffid.iam.service.ApplicationService aplicacioService)
Sets reference toaplicacioService
.void
setAsyncRunnerService(com.soffid.iam.service.AsyncRunnerService asyncRunnerService)
Sets reference toasyncRunnerService
.void
setAttributeValidationService(AttributeValidationService attributeValidationService)
Sets reference toattributeValidationService
.void
setAuditEntityDao(AuditEntityDao auditoriaEntityDao)
Sets reference toauditoriaEntityDao
.void
setDispatcherService(com.soffid.iam.service.DispatcherService dispatcherService)
Sets reference todispatcherService
.void
setEntryPointEntityDao(EntryPointEntityDao puntEntradaEntityDao)
Sets reference topuntEntradaEntityDao
.void
setEntryPointService(com.soffid.iam.service.EntryPointService puntEntradaService)
Sets reference topuntEntradaService
.void
setGroupEntityDao(GroupEntityDao grupEntityDao)
Sets reference togrupEntityDao
.void
setGroupService(com.soffid.iam.service.GroupService grupService)
Sets reference togrupService
.void
setHostAdminEntityDao(HostAdminEntityDao autoritzacioAccesHostComAdministradorEntityDao)
Sets reference toautoritzacioAccesHostComAdministradorEntityDao
.void
setHostAliasEntityDao(HostAliasEntityDao aliasMaquinaEntityDao)
Sets reference toaliasMaquinaEntityDao
.void
setHostAttributeEntityDao(HostAttributeEntityDao hostAttributeEntityDao)
Sets reference tohostAttributeEntityDao
.void
setHostEntityDao(HostEntityDao maquinaEntityDao)
Sets reference tomaquinaEntityDao
.void
setHostEntryPointEntityDao(HostEntryPointEntityDao hostEntryPointEntityDao)
Sets reference tohostEntryPointEntityDao
.void
setHostSystemEntityDao(HostSystemEntityDao hostSystemEntityDao)
Sets reference tohostSystemEntityDao
.void
setMetaDataEntityDao(MetaDataEntityDao tipusDadaEntityDao)
Sets reference totipusDadaEntityDao
.void
setNetworkAuthorizationEntityDao(NetworkAuthorizationEntityDao xarxaACEntityDao)
Sets reference toxarxaACEntityDao
.void
setNetworkDiscoverRangeEntityDao(NetworkDiscoverRangeEntityDao networkDiscoverRangeEntityDao)
Sets reference tonetworkDiscoverRangeEntityDao
.void
setNetworkEntityDao(NetworkEntityDao xarxaEntityDao)
Sets reference toxarxaEntityDao
.void
setOsTypeEntityDao(OsTypeEntityDao osTypeEntityDao)
Sets reference toosTypeEntityDao
.void
setPrinterService(com.soffid.iam.service.PrinterService impressoraService)
Sets reference toimpressoraService
.void
setRoleEntityDao(RoleEntityDao rolEntityDao)
Sets reference torolEntityDao
.void
setSessionEntityDao(SessionEntityDao sessioEntityDao)
Sets reference tosessioEntityDao
.void
setSystemEntityDao(SystemEntityDao dispatcherEntityDao)
Sets reference todispatcherEntityDao
.void
setTaskEntityDao(TaskEntityDao tasqueEntityDao)
Sets reference totasqueEntityDao
.void
setUserEntityDao(UserEntityDao usuariEntityDao)
Sets reference tousuariEntityDao
.void
setUserService(com.soffid.iam.service.UserService usuariService)
Sets reference tousuariService
.void
update(com.soffid.iam.api.Host maquina)
void
update(com.soffid.iam.api.HostAlias aliasMaquina)
void
update(com.soffid.iam.api.Network xarxa)
com.soffid.iam.api.NetworkAuthorization
update(com.soffid.iam.api.NetworkAuthorization accessList)
void
update(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:
canLogin
in 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:
findHostByTextAndJsonQueryAsync
in 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:
findNetworkByTextAndJsonQueryAsync
in 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:
findHostByTextAndJsonQuery
in 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:
findNetworkByTextAndJsonQuery
in 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:
create
in 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:
create
in 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:
revokeAdministratorAccessHost
in 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:
findIdentityByName
in 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:
create
in 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:
findHostById
in 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:
findHostByIp
in 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:
findHostByName
in 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:
findHostBySerialNumber
in 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:
registerDynamicIP
in interfacecom.soffid.iam.service.NetworkService
- Throws:
es.caib.seycon.ng.exception.InternalErrorException
es.caib.seycon.ng.exception.UnknownHostException
es.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:
create
in 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:
findNetworkAuthorizationsByNetworkNameAndIdentityName
in 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:
update
in 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:
create
in 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:
findOSTypeById
in 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:
findOSTypeByName
in 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:
create
in 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:
findNetworkByIpAddress
in 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:
findNetworkByName
in 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:
isManaged
in 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:
hasAnyACLNetworks
in 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:
launchVNC
in 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:
hasNetworkAccess
in 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:
hasManagedNetwork
in 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:
findAccessLevelByHostNameAndNetworkName
in 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:
getAvailableIPs
in 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:
getNotAvailableIPs
in 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:
getFirstAvailableIP
in 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:
getTasks
in 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:
getHostAdminUserAndPassword
in 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:
findALLNetworkAuthorizationsByUserName
in 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:
findAliasByHostName
in 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:
findAllOSTypes
in 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:
findAuthorizationsToAccessHostWithAdministratorRigthsByHostsAndRequestDate
in 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_Discovery
in 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:
findIdentitiesByName
in 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:
findHostByFilter
in 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:
findHostByFilterUnrestricted
in 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:
findOfficeHostUserByFilter
in 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:
findHostsByNetwork
in 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:
findNetworkAuthorizationsByGroupName
in 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:
findNetworkAuthorizationsByUserName
in 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:
findNetworkAuthorizationsByRoleName
in 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_Discovery
in 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:
findSessionsByHostName
in 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:
findNetworkByFilter
in 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:
getACL
in 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:
getHosts
in 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:
getMailServers
in 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:
getHomeServers
in 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:
getProfileServers
in 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:
getNetworks
in 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:
delete
in 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:
delete
in 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:
delete
in 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:
delete
in 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:
delete
in 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:
setAdministratorPassword
in 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:
update
in 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:
update
in 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:
update
in 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:
update
in 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 currentprincipal
if one has been set, otherwise returnsnull
.- Returns:
- the current principal
-
-