deprecated GatewayRolesNames class in favour of oidc-library
This commit is contained in:
parent
0923fcd4ab
commit
691aea84e4
|
@ -1,5 +1,9 @@
|
|||
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 {
|
||||
ACCOUNTING_MANAGER("Accounting-Manager"),
|
||||
CATALOGUE_ADMIN("Catalogue-Admin"),
|
||||
|
|
Loading…
Reference in New Issue