@Service public class StorageUserService extends Object
| Constructor and Description |
|---|
StorageUserService() |
| Modifier and Type | Method and Description |
|---|---|
void |
createUser(org.adorsys.docusafe.business.types.complex.UserIDAuth userIDAuth)
Create a user in the underlying storage.
|
void |
deleteUser(org.adorsys.docusafe.business.types.complex.UserIDAuth userIDAuth)
Remove the user and all his files from the repository.
|
com.nimbusds.jose.jwk.JWK |
findPublicEncryptionKey(org.adorsys.docusafe.business.types.UserID userID)
Retrieves an encryption public key for this user.
|
boolean |
userExists(org.adorsys.docusafe.business.types.UserID userID)
Check existence of the user with the given user id.
|
public boolean userExists(org.adorsys.docusafe.business.types.UserID userID)
public void createUser(org.adorsys.docusafe.business.types.complex.UserIDAuth userIDAuth)
userIDAuth - public void deleteUser(org.adorsys.docusafe.business.types.complex.UserIDAuth userIDAuth)
userIDAuth - public com.nimbusds.jose.jwk.JWK findPublicEncryptionKey(org.adorsys.docusafe.business.types.UserID userID)
Copyright © 2018. All rights reserved.