Package com.soffid.iam.sync.intf
Interface MailAliasMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeListAlias(String alias)
void
removeUserAlias(String alias)
void
updateListAlias(MailList list)
void
updateUserAlias(String alias, User user)
-
-
-
Method Detail
-
updateUserAlias
void updateUserAlias(String alias, User user) throws InternalErrorException
- Throws:
InternalErrorException
-
removeUserAlias
void removeUserAlias(String alias) throws InternalErrorException
- Throws:
InternalErrorException
-
updateListAlias
void updateListAlias(MailList list) throws InternalErrorException
- Throws:
InternalErrorException
-
removeListAlias
void removeListAlias(String alias) throws InternalErrorException
- Throws:
InternalErrorException
-
-