deprecated GatewayRolesNames class in favour of oidc-library

This commit is contained in:
Massimiliano Assante 2022-07-06 12:14:46 +02:00
parent 0923fcd4ab
commit 691aea84e4
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
package org.gcube.vomanagement.usermanagement.model; package org.gcube.vomanagement.usermanagement.model;
/**
* @deprecated As of gCube 5.13 version please refer to <a href="https://code-repo.d4science.org/gCubeSystem/oidc-library">oidc-library</a>
*
*/
@Deprecated
public enum GatewayRolesNames { public enum GatewayRolesNames {
ACCOUNTING_MANAGER("Accounting-Manager"), ACCOUNTING_MANAGER("Accounting-Manager"),
CATALOGUE_ADMIN("Catalogue-Admin"), CATALOGUE_ADMIN("Catalogue-Admin"),