Package com.soffid.iam.sync.intf
Interface MailAliasMgr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveListAlias(String alias)voidremoveUserAlias(String alias)voidupdateListAlias(MailList list)voidupdateUserAlias(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
-
-