Package com.soffid.iam.sync.agent
Interface AgentManager
public interface AgentManager
Service AgentManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureLog(LogConfiguration config) Operation configureLogcreateAgent(System dispatcher) Operation createAgentcreateAgentDebug(System dispatcher) Operation createAgentDebugcreateLocalAgent(System dispatcher) Operation createLocalAgentcreateLocalAgentDebug(System dispatcher) Operation createLocalAgentDebugcom.soffid.zkdb.api.PagedResult<LogFileEntry>findLogs(LogConfiguration config, long firstRow, long numRows) Operation findLogsOperation generateNewKeyOperation getCertificateValidityDateOperation getServerLogsgetSyncServerInfo(String tenant) Operation getSyncServerInfovoidreset()Operation resetvoidstoreNewCertificate(X509Certificate cert, X509Certificate root) Operation storeNewCertificateString[]Operation tailServerLog
-
Field Details
-
REMOTE_PATH
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
findLogs
com.soffid.zkdb.api.PagedResult<LogFileEntry> findLogs(LogConfiguration config, long firstRow, long numRows) throws InternalErrorException Operation findLogs- Parameters:
config-firstRow-numRows-- Returns:
- Throws:
InternalErrorException
-
getServerLogs
Operation getServerLogs- Returns:
- Throws:
InternalErrorException
-
getSyncServerInfo
SyncServerInfo getSyncServerInfo(String tenant) throws InternalErrorException, InternalErrorException, IOException, InternalErrorException Operation getSyncServerInfo- Parameters:
tenant-- Returns:
- Throws:
InternalErrorExceptionInternalErrorExceptionIOExceptionInternalErrorException
-
createLocalAgent
Operation createLocalAgent- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
createLocalAgentDebug
Object createLocalAgentDebug(System dispatcher) throws InternalErrorException, InternalErrorException Operation createLocalAgentDebug- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
createAgent
Operation createAgent- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
createAgentDebug
Operation createAgentDebug- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
tailServerLog
Operation tailServerLog- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
generateNewKey
Operation generateNewKey- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
getCertificateValidityDate
Operation getCertificateValidityDate- Returns:
- Throws:
InternalErrorExceptionInternalErrorException
-
reset
Operation reset -
storeNewCertificate
void storeNewCertificate(X509Certificate cert, X509Certificate root) throws InternalErrorException, InternalErrorException Operation storeNewCertificate- Parameters:
cert-root-- Throws:
InternalErrorExceptionInternalErrorException
-
configureLog
Operation configureLog- Parameters:
config-- Throws:
InternalErrorException
-