public interface ProfileRegistrationService
| Modifier and Type | Method and Description |
|---|---|
void |
registerPrivate(CreateUserPrivateProfile profile)
Registers private part of user profile - his keystore location, private folder location, etc.
|
void |
registerPublic(CreateUserPublicProfile profile)
Registers public part of user's profile - his INBOX and where are his public keys.
|
void |
registerUsingDefaults(UserIDAuth user)
Register user using all-default values.
|
void registerPublic(CreateUserPublicProfile profile)
profile - Public profile partvoid registerPrivate(CreateUserPrivateProfile profile)
profile - Private profile partvoid registerUsingDefaults(UserIDAuth user)
user - User authorization to registerCopyright © 2019. All rights reserved.