public interface UserNamespaceAuthorizationService
UserNamespaceAuthorization createUserNamespaceAuthorization(UserNamespaceAuthorizationCreateRequest request)
request - the information needed to create the user namespace authorizationUserNamespaceAuthorization updateUserNamespaceAuthorization(UserNamespaceAuthorizationKey key, UserNamespaceAuthorizationUpdateRequest request)
key - the user namespace authorization keyrequest - the information needed to update the user namespace authorizationUserNamespaceAuthorization getUserNamespaceAuthorization(UserNamespaceAuthorizationKey key)
key - the user namespace authorization keyUserNamespaceAuthorization deleteUserNamespaceAuthorization(UserNamespaceAuthorizationKey key)
key - the user namespace authorization keyUserNamespaceAuthorizations getUserNamespaceAuthorizationsByUserId(String userId)
userId - the user idUserNamespaceAuthorizations getUserNamespaceAuthorizationsByNamespace(String namespace)
namespace - the namespaceCopyright © 2021. All rights reserved.