net.nemerosa.ontrack.model.security.UserService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-model Show documentation
Show all versions of ontrack-model Show documentation
Ontrack module: ontrack-model
package net.nemerosa.ontrack.model.security;
import net.nemerosa.ontrack.model.Ack;
import net.nemerosa.ontrack.model.support.PasswordChange;
/**
* Service to manage one's own account.
*/
public interface UserService {
/**
* Changes his own password.
*/
Ack changePassword(PasswordChange input);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy