Uses of Class
org.gcube.application.geoportalcommon.shared.config.GcubeUserRole
-
Packages that use GcubeUserRole Package Description org.gcube.application.geoportalcommon org.gcube.application.geoportalcommon.shared.config -
-
Uses of GcubeUserRole in org.gcube.application.geoportalcommon
Methods in org.gcube.application.geoportalcommon that return GcubeUserRole Modifier and Type Method Description protected static GcubeUserRoleGNADataEntryConfigProfileReader. toGcubeUserRole(String name)To gcube user role. -
Uses of GcubeUserRole in org.gcube.application.geoportalcommon.shared.config
Methods in org.gcube.application.geoportalcommon.shared.config that return GcubeUserRole Modifier and Type Method Description GcubeUserRoleRoleRights. getUserRole()Gets the user role.static GcubeUserRoleGcubeUserRole. valueOf(String name)Returns the enum constant of this type with the specified name.static GcubeUserRole[]GcubeUserRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.application.geoportalcommon.shared.config with parameters of type GcubeUserRole Modifier and Type Method Description voidRoleRights. setUserRole(GcubeUserRole userRole)Sets the user role.Constructors in org.gcube.application.geoportalcommon.shared.config with parameters of type GcubeUserRole Constructor Description RoleRights(Map<OPERATION_ON_ITEM,RoleRights.OPERATION_TYPE> listPermessions, GcubeUserRole userRole)Instantiates a new role rights.
-