Uses of Class
com.soffid.iam.sync.api.LogConfiguration
Packages that use LogConfiguration
Package
Description
-
Uses of LogConfiguration in com.soffid.iam.sync.agent
Methods in com.soffid.iam.sync.agent that return types with arguments of type LogConfigurationMethods in com.soffid.iam.sync.agent with parameters of type LogConfigurationModifier and TypeMethodDescriptionvoidAgentManager.configureLog(LogConfiguration config) Operation configureLogcom.soffid.zkdb.api.PagedResult<LogFileEntry>AgentManager.findLogs(LogConfiguration config, long firstRow, long numRows) Operation findLogs -
Uses of LogConfiguration in com.soffid.iam.sync.api
Constructors in com.soffid.iam.sync.api with parameters of type LogConfiguration -
Uses of LogConfiguration in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return types with arguments of type LogConfigurationModifier and TypeMethodDescriptionSyncServerService.getServerLogs(String server) Operation getServerLogsSyncStatusService.getServerLogs(String server) Operation getServerLogsMethods in com.soffid.iam.sync.service with parameters of type LogConfigurationModifier and TypeMethodDescriptionvoidSyncServerService.configureLog(String server, LogConfiguration config) Operation configureLogvoidSyncStatusService.configureLog(String server, LogConfiguration config) Operation configureLogcom.soffid.zkdb.api.PagedResult<LogFileEntry>SyncServerService.findLogs(String server, LogConfiguration config, long firstRow, long numRows) Operation findLogscom.soffid.zkdb.api.PagedResult<LogFileEntry>SyncStatusService.findLogs(String server, LogConfiguration config, long firstRow, long numRows) Operation findLogs -
Uses of LogConfiguration in com.soffid.iam.sync.service.ejb
Methods in com.soffid.iam.sync.service.ejb that return types with arguments of type LogConfigurationMethods in com.soffid.iam.sync.service.ejb with parameters of type LogConfigurationModifier and TypeMethodDescriptionvoidSyncServerService.configureLog(String server, LogConfiguration config) com.soffid.zkdb.api.PagedResult<LogFileEntry>SyncServerService.findLogs(String server, LogConfiguration config, long firstRow, long numRows)