Package com.soffid.iam.am.service
Interface BrowserService
public interface BrowserService
Service BrowserService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionOperation createvoidOperation deletecom.soffid.zkdb.api.PagedResult<Browser>findBrowsers(com.soffid.zkdb.api.Query q) Operation findBrowsersfindByHost(Host host) Operation findByHostfindBySerialNumber(String serialNumber) Operation findBySerialNumberhandleFindSessionsByBrowserId(Long browserId) Operation handleFindSessionsByBrowserIdregisterBrowser(String serialNumber, String ipAddress, String userAgent) Operation registerBrowserOperation update
-
Field Details
-
REMOTE_PATH
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
create
Operation create- Parameters:
browser-- Returns:
- Throws:
InternalErrorException
-
findByHost
Operation findByHost- Parameters:
host-- Returns:
- Throws:
InternalErrorException
-
findBySerialNumber
Operation findBySerialNumber- Parameters:
serialNumber-- Returns:
- Throws:
InternalErrorException
-
registerBrowser
Browser registerBrowser(String serialNumber, String ipAddress, String userAgent) throws InternalErrorException Operation registerBrowser- Parameters:
serialNumber-ipAddress-userAgent-- Returns:
- Throws:
InternalErrorException
-
update
Operation update- Parameters:
browser-- Returns:
- Throws:
InternalErrorException
-
findBrowsers
com.soffid.zkdb.api.PagedResult<Browser> findBrowsers(com.soffid.zkdb.api.Query q) throws InternalErrorException Operation findBrowsers- Parameters:
q-- Returns:
- Throws:
InternalErrorException
-
handleFindSessionsByBrowserId
Operation handleFindSessionsByBrowserId- Parameters:
browserId-- Returns:
- Throws:
InternalErrorException
-
delete
Operation delete- Parameters:
browser-- Throws:
InternalErrorException
-