Package io.gravitee.am.business
Class UpdateUsernameRule
java.lang.Object
io.gravitee.am.business.UpdateUsernameRule
- Author:
- Eric LELEU (eric.leleu at graviteesource.com), GraviteeSource Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<User>updateUsername(String username, User principal, Function<User, io.reactivex.rxjava3.core.Single<UserProvider>> userProviderSupplier, Supplier<io.reactivex.rxjava3.core.Single<User>> userSupplier)
-
Constructor Details
-
UpdateUsernameRule
public UpdateUsernameRule()
-
-
Method Details
-
updateUsername
-