Package com.soffid.iam.service.workflow
Interface ServerLookupService
-
public interface ServerLookupService
Service ServerLookupService
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Host>
getHomeServers()
Operation getHomeServersString
getMailboxNameByMailServer(String nomUsuari, String llinatgeUsuari, String nomServidorCorreu)
Operation getMailboxNameByMailServerCollection<Host>
getMailServers()
Operation getMailServersCollection<Host>
getServidorsPerfil()
Operation getServidorsPerfilvoid
sendMail(String codiUsuari, String header, String content)
Operation sendMailvoid
sendMailGeneric(String adrecaCorreuCompleta, String header, String content)
Operation sendMailGeneric
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMailboxNameByMailServer
String getMailboxNameByMailServer(String nomUsuari, String llinatgeUsuari, String nomServidorCorreu) throws InternalErrorException, InternalErrorException
Operation getMailboxNameByMailServer- Parameters:
nomUsuari
-llinatgeUsuari
-nomServidorCorreu
-- Returns:
- Throws:
InternalErrorException
-
getMailServers
Collection<Host> getMailServers() throws InternalErrorException, InternalErrorException
Operation getMailServers- Returns:
- Throws:
InternalErrorException
-
getHomeServers
Collection<Host> getHomeServers() throws InternalErrorException, InternalErrorException
Operation getHomeServers- Returns:
- Throws:
InternalErrorException
-
getServidorsPerfil
Collection<Host> getServidorsPerfil() throws InternalErrorException, InternalErrorException
Operation getServidorsPerfil- Returns:
- Throws:
InternalErrorException
-
sendMail
void sendMail(String codiUsuari, String header, String content) throws InternalErrorException, InternalErrorException
Operation sendMail- Parameters:
codiUsuari
-header
-content
-- Throws:
InternalErrorException
-
sendMailGeneric
void sendMailGeneric(String adrecaCorreuCompleta, String header, String content) throws InternalErrorException, InternalErrorException
Operation sendMailGeneric- Parameters:
adrecaCorreuCompleta
-header
-content
-- Throws:
InternalErrorException
-
-