Package com.soffid.iam.sync.intf
Interface AgentMgr
-
public interface AgentMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getCertificateNotValidAfter()
String
getInstance(String agentName, String agentClass, boolean roleBased, String[] grups, String[] tipusUsuaris, String[] params)
void
reset()
-
-
-
Method Detail
-
getInstance
String getInstance(String agentName, String agentClass, boolean roleBased, String[] grups, String[] tipusUsuaris, String[] params) throws RemoteException, InternalErrorException
-
reset
void reset() throws RemoteException
- Throws:
RemoteException
-
getCertificateNotValidAfter
Date getCertificateNotValidAfter() throws RemoteException
- Throws:
RemoteException
-
-