Package com.soffid.iam.sync.agent
Interface AgentManager
-
public interface AgentManagerService AgentManager
-
-
Field Summary
Fields Modifier and Type Field Description static StringREMOTE_PATHstatic StringSERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcreateAgent(System dispatcher)Operation createAgentStringcreateAgentDebug(System dispatcher)Operation createAgentDebugObjectcreateLocalAgent(System dispatcher)Operation createLocalAgentObjectcreateLocalAgentDebug(System dispatcher)Operation createLocalAgentDebugPublicKeygenerateNewKey()Operation generateNewKeyDategetCertificateValidityDate()Operation getCertificateValidityDatevoidreset()Operation resetvoidstoreNewCertificate(X509Certificate cert, X509Certificate root)Operation storeNewCertificateString[]tailServerLog()Operation tailServerLog
-
-
-
Field Detail
-
REMOTE_PATH
static final String REMOTE_PATH
- See Also:
- Constant Field Values
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createLocalAgent
Object createLocalAgent(System dispatcher) throws InternalErrorException, InternalErrorException
Operation createLocalAgent- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorException
-
createLocalAgentDebug
Object createLocalAgentDebug(System dispatcher) throws InternalErrorException, InternalErrorException
Operation createLocalAgentDebug- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorException
-
createAgent
String createAgent(System dispatcher) throws InternalErrorException, InternalErrorException
Operation createAgent- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorException
-
createAgentDebug
String createAgentDebug(System dispatcher) throws InternalErrorException, InternalErrorException
Operation createAgentDebug- Parameters:
dispatcher-- Returns:
- Throws:
InternalErrorException
-
tailServerLog
String[] tailServerLog() throws InternalErrorException, InternalErrorException
Operation tailServerLog- Returns:
- Throws:
InternalErrorException
-
generateNewKey
PublicKey generateNewKey() throws InternalErrorException, InternalErrorException
Operation generateNewKey- Returns:
- Throws:
InternalErrorException
-
getCertificateValidityDate
Date getCertificateValidityDate() throws InternalErrorException, InternalErrorException
Operation getCertificateValidityDate- Returns:
- Throws:
InternalErrorException
-
reset
void reset() throws InternalErrorException, InternalErrorExceptionOperation reset- Throws:
InternalErrorException
-
storeNewCertificate
void storeNewCertificate(X509Certificate cert, X509Certificate root) throws InternalErrorException, InternalErrorException
Operation storeNewCertificate- Parameters:
cert-root-- Throws:
InternalErrorException
-
-