Package de.mhus.lib.core.security
Interface ModifyCurrentAccountApi
-
public interface ModifyCurrentAccountApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchangeAccount(IReadProperties properties)voidchangePassword(String newPassword)AccountgetAccount()Return account of the
-
-
-
Method Detail
-
getAccount
Account getAccount()
Return account of the- Returns:
- the account which will be modified with this api.
-
changePassword
void changePassword(String newPassword) throws de.mhus.lib.errors.MException
- Throws:
de.mhus.lib.errors.MException
-
changeAccount
void changeAccount(IReadProperties properties) throws de.mhus.lib.errors.MException
- Throws:
de.mhus.lib.errors.MException
-
-